aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2018-11-27 17:37:06 -0800
committerManish Goregaokar <manishsmail@gmail.com>2018-11-27 17:37:06 -0800
commit31b0f3ea084f16e852cc1bde4dc4a63b049949d2 (patch)
tree51ba09c874a4336d2ed5c6a44a8935cfdc26e4d8 /python/servo/build_commands.py
parent482923cec2947b1f4698cdd5c31802bed1ce8a14 (diff)
downloadservo-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.py4
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: