File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " openvr_sys"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [
55 " Colin Sherratt" ,
66 " Erick Tryzelaar" ,
Original file line number Diff line number Diff line change 33#[ cfg( target_os="macos" ) ]
44fn main ( ) {
55 println ! ( "cargo:rustc-link-search={}/openvr/lib/osx32" , env!( "CARGO_MANIFEST_DIR" ) ) ;
6+ println ! ( "cargo:rustc-link-search={}/openvr/bin/osx32" , env!( "CARGO_MANIFEST_DIR" ) ) ;
67}
78
89#[ cfg( target_os="linux" ) ]
910fn main ( ) {
1011 println ! ( "cargo:rustc-link-search={}/openvr/lib/linux64" , env!( "CARGO_MANIFEST_DIR" ) ) ;
12+ println ! ( "cargo:rustc-link-search={}/openvr/bin/linux64" , env!( "CARGO_MANIFEST_DIR" ) ) ;
1113}
1214
1315#[ cfg( target_os="windows" ) ]
1416fn main ( ) {
1517 println ! ( "cargo:rustc-link-search={}/openvr/lib/win64" , env!( "CARGO_MANIFEST_DIR" ) ) ;
18+ println ! ( "cargo:rustc-link-search={}/openvr/bin/win64" , env!( "CARGO_MANIFEST_DIR" ) ) ;
1619}
You can’t perform that action at this time.
0 commit comments