Skip to content

Commit ec898e4

Browse files
committed
XXX force static
1 parent c56457b commit ec898e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ mod clang_ast {
171171
})
172172
.map(clean_lib_path);
173173
for lib in deps {
174-
println!("cargo:rustc-link-lib=dylib={}", lib); // XXX KULP force dylib
174+
println!("cargo:rustc-link-lib=static={}", lib); // XXX KULP force static
175175
//println!("cargo:rustc-link-lib={}", lib);
176176
}
177177
// XXX KULP tack LLVMSupport on the end to supply Regex properly

0 commit comments

Comments
 (0)