Skip to content

Commit 7b5bac2

Browse files
authored
Merge pull request #84 from Dr-Emann/pass_lib_basename
Pass only the base library name to cc::Build::compile
2 parents d682f4a + 37d766e commit 7b5bac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

croaring-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fn main() {
1313
}
1414

1515
build.flag_if_supported("-Wno-unused-function");
16-
build.compile("libroaring.a");
16+
build.compile("roaring");
1717

1818
let bindings = bindgen::Builder::default()
1919
.header("CRoaring/roaring.h")

0 commit comments

Comments
 (0)