Use "R" and "D" as short names for config
This commit is contained in:
parent
8a91000083
commit
8b7d875e40
8 changed files with 15 additions and 15 deletions
|
@ -19,7 +19,7 @@ def main():
|
|||
|
||||
args = parse_args()
|
||||
for config in args.configuration:
|
||||
build_path = os.path.join('out', 'Real' + config)
|
||||
build_path = os.path.join('out', config[0])
|
||||
ret = subprocess.call([ninja, '-C', build_path, args.target])
|
||||
if ret != 0:
|
||||
sys.exit(ret)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue