mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-30 00:51:34 +00:00
Replace cmake with cc
This commit is contained in:
@ -7,4 +7,8 @@ fn main() {
|
||||
println!("cargo:rustc-link-search=native={}", dst.display());
|
||||
println!("cargo:rustc-link-lib=static={}", project_name);
|
||||
}
|
||||
cc::Build::new()
|
||||
.include("exception_handling")
|
||||
.file("exception_handling/exception_handling.c")
|
||||
.compile("exception_handling");
|
||||
}
|
||||
|
Reference in New Issue
Block a user