From 31b0f3ea084f16e852cc1bde4dc4a63b049949d2 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 27 Nov 2018 17:37:06 -0800 Subject: Instructions for checking magicleap builds on linux --- python/servo/build_commands.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python/servo/build_commands.py') 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: -- cgit v1.2.3