Instructions for checking magicleap builds on linux

This commit is contained in:
Manish Goregaokar 2018-11-27 17:37:06 -08:00
parent 482923cec2
commit 31b0f3ea08

View file

@ -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: