mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Instructions for checking magicleap builds on linux
This commit is contained in:
parent
482923cec2
commit
31b0f3ea08
1 changed files with 3 additions and 1 deletions
|
@ -463,7 +463,9 @@ class MachCommands(CommandBase):
|
|||
|
||||
if magicleap:
|
||||
if platform.system() not in ["Darwin"]:
|
||||
raise Exception("Magic Leap builds are only supported on macOS.")
|
||||
raise Exception("Magic Leap builds are only supported on macOS. "
|
||||
"If you only wish to test if your code builds, "
|
||||
"run ./mach build -p libmlservo.")
|
||||
|
||||
ml_sdk = env.get("MAGICLEAP_SDK")
|
||||
if not ml_sdk:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue