diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 4a268d2d713..5c5cacdc48f 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -699,7 +699,7 @@ class MachCommands(CommandBase): status = 1 # UWP build hololens - if uwp: + if uwp and status == 0: build_uwp_hololens(target_triple, dev, msbuildinstalldir) elif sys.platform == "darwin": |