mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-23 00:35:31 +00:00
attempt to add windows to vr-rs
This commit is contained in:
@ -8,4 +8,9 @@ fn main() {
|
||||
#[cfg(target_os="linux")]
|
||||
fn main() {
|
||||
println!("cargo:rustc-link-search={}/../../openvr/bin/linux64", env!("CARGO_MANIFEST_DIR"));
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(target_os="windows")]
|
||||
fn main() {
|
||||
println!("cargo:rustc-link-search={}/../../openvr/bin/win64", env!("CARGO_MANIFEST_DIR"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user