diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-17 10:13:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-17 10:13:12 +0100 |
| commit | f03d7cb07c26c3a98ac008112170b7cd40ecf489 (patch) | |
| tree | cc4523c1858dbad2c842a9f568a459d722dda40f | |
| parent | bfe86456f2c724f85cda217f42278510764c4be7 (diff) | |
Fix previous.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -456,7 +456,7 @@ def target_factory(s, debug, work): elif s.startswith('osx-'): target = OSXSingleTarget(int(s.split('-')[1]), work) elif s == 'osx': - if args.command == 'build': + if command == 'build': target = OSXSingleTarget(64, work) else: target = OSXUniversalTarget(work) |
