mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-24 03:46:03 +08:00
Don't throw exception when ninja quit unnormally.
This commit is contained in:
@@ -13,7 +13,7 @@ def main():
|
||||
args = parse_args()
|
||||
for config in args.configuration:
|
||||
build_path = os.path.join('out', config)
|
||||
subprocess.check_call(['ninja', '-C', build_path])
|
||||
subprocess.call(['ninja', '-C', build_path])
|
||||
|
||||
|
||||
def parse_args():
|
||||
|
||||
Reference in New Issue
Block a user