mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
Stop building debugmozjs for magicleap
This commit is contained in:
parent
81ab255b70
commit
b55c9cf98b
1 changed files with 5 additions and 0 deletions
|
@ -211,6 +211,11 @@ class MachCommands(CommandBase):
|
|||
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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue