mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-23 00:35:31 +00:00
windows use the wrong slashes
This commit is contained in:
@ -12,5 +12,5 @@ fn main() {
|
||||
|
||||
#[cfg(target_os="windows")]
|
||||
fn main() {
|
||||
println!("cargo:rustc-link-search={}/../../openvr/bin/win64", env!("CARGO_MANIFEST_DIR"));
|
||||
println!("cargo:rustc-link-search={}\\..\\..\\openvr\\bin\\win64", env!("CARGO_MANIFEST_DIR"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user