mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
Get the magicleap build to work in CI
This commit is contained in:
parent
ed0e6e1bb2
commit
08270f07fc
7 changed files with 15 additions and 22 deletions
|
@ -248,10 +248,11 @@ class MachCommands(CommandBase):
|
|||
if android:
|
||||
target = self.config["android"]["target"]
|
||||
|
||||
if magicleap:
|
||||
features += ["disable-native-bluetooth"]
|
||||
if not target:
|
||||
target = "aarch64-linux-android"
|
||||
if not magicleap:
|
||||
features += ["native-bluetooth"]
|
||||
|
||||
if magicleap and not target:
|
||||
target = "aarch64-linux-android"
|
||||
|
||||
if target:
|
||||
if self.config["tools"]["use-rustup"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue