You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit an error building rust-openssl, and it looks like it's not fixable without adding functionality to Cargo: sfackler/rust-openssl#406
The build script there uses OPENSSL_{LIB,INCLUDE}_DIR as inputs, but it doesn't get re-run if those variables were unset and are later set, or if their values change.
It would be good if build scripts could tell Cargo about environment variables they use as input, and then Cargo could record the status of those env vars upon build script invocation, and use them as dependencies for re-running the build script.