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
Hey ho,
the build script does not rebuild when the LLVM prefix has been corrected from an invalid path to a valid one.
This is because cargo:rerun-if-env-changed will only be emitted when the LLVM_CONFIG_PATH is set.
If LLVM_CONFIG_PATHis not set, the build script returns early.
Hey ho,
the build script does not rebuild when the LLVM prefix has been corrected from an invalid path to a valid one.
This is because
cargo:rerun-if-env-changed
will only be emitted when theLLVM_CONFIG_PATH
is set.If
LLVM_CONFIG_PATH
is not set, the build script returns early.llvm-plugin-rs/llvm-plugin/build.rs
Line 9 in efdb66c
llvm-plugin-rs/llvm-plugin/build.rs
Line 57 in efdb66c
The text was updated successfully, but these errors were encountered: