You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
martian-chess/build.rs

6 lines
157 B
Rust

fn main() {
println!("cargo:rustc-link-lib=fmod");
println!("cargo:rustc-link-lib=fmodstudio");
println!("cargo:rustc-link-search=lib/linux");
}