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 fd6aedf commit 65fd5f0Copy full SHA for 65fd5f0
xgboost-sys/build.rs
@@ -66,10 +66,6 @@ fn main() {
66
.generate()
67
.expect("Unable to generate bindings.");
68
69
- #[cfg(targe_os = "darwin")]
70
- let bindings = bindings
71
- .clang_arg("-L/opt/homebrew/Cellar/libomp/16.0.6/lib/");
72
-
73
let out_path = PathBuf::from(env::var("OUT_DIR").unwrap());
74
bindings
75
.write_to_file(out_path.join("bindings.rs"))
0 commit comments