initial commit
This commit is contained in:
7
mhypbase/build.rs
Normal file
7
mhypbase/build.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
fn main() {
|
||||
println!(
|
||||
"cargo:rustc-link-search=native={}",
|
||||
std::env::var("OUT_DIR").unwrap()
|
||||
);
|
||||
println!("cargo:rustc-link-arg=/DEF:mhypbase/mhypbase.def");
|
||||
}
|
||||
Reference in New Issue
Block a user