Windows fmod libraries
parent
955c3effd7
commit
262c17e1d2
@ -1,5 +1,8 @@
|
||||
fn main() {
|
||||
println!("cargo:rustc-link-lib=fmod");
|
||||
println!("cargo:rustc-link-lib=fmodstudio");
|
||||
#[cfg(target_os = "linux")]
|
||||
println!("cargo:rustc-link-search=lib/linux");
|
||||
#[cfg(target_os = "windows")]
|
||||
println!("cargo:rustc-link-search=lib/windows");
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue