mirror of
https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git
synced 2026-06-07 03:39:29 +00:00
fix: correct out_dir parameter usage in iOS stub compilation
This commit is contained in:
parent
8231d16df1
commit
33e7c86ff5
@ -112,7 +112,7 @@ fn stub_for_ios(out_dir: &str) {
|
||||
// Compile the stub into a static lib
|
||||
cc::Build::new()
|
||||
.file(&stub_path)
|
||||
.out_dir(&out_dir)
|
||||
.out_dir(out_dir)
|
||||
.compile("chkstk_stub");
|
||||
|
||||
println!("cargo:rustc-link-search=native={out_dir}");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user