diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-27 21:56:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-27 21:56:47 +0100 |
| commit | 8fc84b898e34481ab6d6cc9043090c23c66543b1 (patch) | |
| tree | c9ea1b90d09df3ab1d8a3401e871a50a85240b8d | |
| parent | 667e03fe978b0f170a213c70f151016f214108ba (diff) | |
Fix.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -409,7 +409,7 @@ if args.command == 'build': error('you must specify -t or --target') target = Target(args.target) - env = environment_for_target(target) + env = environment_for_target(target, None) project.checkout(env) env.build_dependencies(target, project) env.build(target, project) |
