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() {
6363 . expect ( "Couldn't write bindings." ) ;
6464
6565 println ! ( "cargo:rustc-link-search={}" , xgb_root. join( "lib" ) . display( ) ) ;
66+ println ! ( "cargo:rustc-link-search={}" , xgb_root. join( "lib64" ) . display( ) ) ;
6667 println ! ( "cargo:rustc-link-search={}" , xgb_root. join( "rabit/lib" ) . display( ) ) ;
6768 println ! ( "cargo:rustc-link-search={}" , xgb_root. join( "dmlc-core" ) . display( ) ) ;
6869
@@ -77,6 +78,7 @@ fn main() {
7778
7879 println ! ( "cargo:rustc-link-search=native={}" , dst. display( ) ) ;
7980 println ! ( "cargo:rustc-link-search=native={}" , dst. join( "lib" ) . display( ) ) ;
81+ println ! ( "cargo:rustc-link-search=native={}" , dst. join( "lib64" ) . display( ) ) ;
8082 println ! ( "cargo:rustc-link-lib=static=dmlc" ) ;
8183 println ! ( "cargo:rustc-link-lib=static=xgboost" ) ;
8284
You can’t perform that action at this time.
0 commit comments