servo/webxr

Properly inform cargo that build scripts look at some env variables

nox opened this issue · 1 comments

nox commented

if let Ok(mlsdk) = env::var("MAGICLEAP_SDK") {

Those things need to be told to cargo, with some cargo:rerun-if-env-changed=… output lines.

@jdm Can also close this one now that ML backend is removed.