Skip to content

Commit

Permalink
Instructions for checking magicleap builds on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Nov 28, 2018
1 parent 482923c commit 31b0f3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/servo/build_commands.py
Expand Up @@ -463,7 +463,9 @@ def build(self, target=None, release=False, dev=False, jobs=None,

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:
Expand Down

0 comments on commit 31b0f3e

Please sign in to comment.