servo / webxr

Bindings for WebXR
Mozilla Public License 2.0
81 stars 23 forks source link

Properly inform cargo that build scripts look at some env variables #70

Closed nox closed 1 month ago

nox commented 4 years ago

https://github.com/servo/webxr/blob/ee9caca02a68195ab7fe54b263619f5af1d0e853/webxr/build.rs#L56

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

msub2 commented 1 month ago

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