Skip to content

Commit bb367c7

Browse files
committed
bad commit
1 parent 3d4bd10 commit bb367c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

xgboost-sys/build.rs

-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ fn main() {
6666
.generate()
6767
.expect("Unable to generate bindings.");
6868

69-
#[cfg(targe_os = "darwin")]
70-
let bindings = bindings
71-
.clang_arg("-L/opt/homebrew/Cellar/libomp/16.0.6/lib/");
72-
7369
let out_path = PathBuf::from(env::var("OUT_DIR").unwrap());
7470
bindings
7571
.write_to_file(out_path.join("bindings.rs"))

0 commit comments

Comments
 (0)