mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-12-05 12:18:19 +00:00
remove static from ovr linux
This commit is contained in:
@@ -14,7 +14,7 @@ fn main() {
|
|||||||
&Path::new(env!("OUT_DIR")).join(Path::new("libovr.a")))
|
&Path::new(env!("OUT_DIR")).join(Path::new("libovr.a")))
|
||||||
.ok().expect("Failed to move file");
|
.ok().expect("Failed to move file");
|
||||||
|
|
||||||
println!("cargo:rustc-flags=-L {} -l ovr:static", env!("OUT_DIR"));
|
println!("cargo:rustc-flags=-L {} -l ovr", env!("OUT_DIR"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user