mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-23 00:35:31 +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")))
|
||||
.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