diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2018-11-27 17:37:06 -0800 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-11-27 17:37:06 -0800 |
commit | 31b0f3ea084f16e852cc1bde4dc4a63b049949d2 (patch) | |
tree | 51ba09c874a4336d2ed5c6a44a8935cfdc26e4d8 /python/servo/build_commands.py | |
parent | 482923cec2947b1f4698cdd5c31802bed1ce8a14 (diff) | |
download | servo-31b0f3ea084f16e852cc1bde4dc4a63b049949d2.tar.gz servo-31b0f3ea084f16e852cc1bde4dc4a63b049949d2.zip |
Instructions for checking magicleap builds on linux
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r-- | python/servo/build_commands.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index f486515560f..e021b84b7a9 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -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: |