File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ fn main() {
63
63
. expect ( "Couldn't write bindings." ) ;
64
64
65
65
println ! ( "cargo:rustc-link-search={}" , xgb_root. join( "lib" ) . display( ) ) ;
66
+ println ! ( "cargo:rustc-link-search={}" , xgb_root. join( "lib64" ) . display( ) ) ;
66
67
println ! ( "cargo:rustc-link-search={}" , xgb_root. join( "rabit/lib" ) . display( ) ) ;
67
68
println ! ( "cargo:rustc-link-search={}" , xgb_root. join( "dmlc-core" ) . display( ) ) ;
68
69
@@ -77,6 +78,7 @@ fn main() {
77
78
78
79
println ! ( "cargo:rustc-link-search=native={}" , dst. display( ) ) ;
79
80
println ! ( "cargo:rustc-link-search=native={}" , dst. join( "lib" ) . display( ) ) ;
81
+ println ! ( "cargo:rustc-link-search=native={}" , dst. join( "lib64" ) . display( ) ) ;
80
82
println ! ( "cargo:rustc-link-lib=static=dmlc" ) ;
81
83
println ! ( "cargo:rustc-link-lib=static=xgboost" ) ;
82
84
You can’t perform that action at this time.
0 commit comments