aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
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: