diff options
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -689,7 +689,7 @@ elif args.command == 'test': if args.target is None: error('you must specify -t or --target') - target = Target(args.target) + target = target_factory(args.target) project.read_cscript('cscript') target.build(project) |
