We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc28b3 commit 2590bb6Copy full SHA for 2590bb6
llama-cpp-sys-2/build.rs
@@ -166,6 +166,10 @@ fn main() {
166
.map(|v| v == "1")
167
.unwrap_or(false);
168
169
+ println!("cargo:rerun-if-env-changed=LLAMA_LIB_PROFILE");
170
+ println!("cargo:rerun-if-env-changed=LLAMA_BUILD_SHARED_LIBS");
171
+ println!("cargo:rerun-if-env-changed=LLAMA_STATIC_CRT");
172
+
173
debug_log!("TARGET: {}", target);
174
debug_log!("CARGO_MANIFEST_DIR: {}", manifest_dir);
175
debug_log!("TARGET_DIR: {}", target_dir.display());
0 commit comments