Skip to content

Commit

Permalink
Stop building debugmozjs for magicleap
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Jan 22, 2019
1 parent 81ab255 commit b55c9cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/servo/build_commands.py
Expand Up @@ -211,6 +211,11 @@ def build(self, target=None, release=False, dev=False, jobs=None,
print("Please specify either --target or --android.")
sys.exit(1)

# https://github.com/servo/servo/issues/22069
if debug_mozjs and magicleap:
print("Please specify either --debug-mozjs or --magicleap.")
sys.exit(1)

if android:
target = self.config["android"]["target"]

Expand Down

0 comments on commit b55c9cf

Please sign in to comment.