Closed jkelleyrtp closed 4 months ago
You need to compile using the magicleap SDK.
Do I set this using a rustc flag to the mlsdk? Not sure which compiler I should use and where it's located.
The SDK is available from https://creator.magicleap.com, once you've installed it, you should set the MAGICLEAP_SDK environment variable to point to the download, and run cargo build --features=magicleap
.
@jdm This can be closed now that the ML backend has been removed.
macOS doesn't have llvm-config and thus can't link to the magcleap libraries. How would I go about fixing this?