mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-05-18 23:39:47 +00:00
Add missing c++ and gmp libraries.
This commit is contained in:
parent
62c0c9fd0a
commit
0f169eecb1
@ -83,4 +83,6 @@ fn main() {
|
||||
let lib_dir = lib_dir.to_str().expect("Failed to convert the library directory path to a string");
|
||||
println!("cargo:rustc-link-search=native={lib_dir}");
|
||||
println!("cargo:rustc-link-lib=static={CIRCUIT_NAME}");
|
||||
println!("cargo:rustc-link-lib=stdc++");
|
||||
println!("cargo:rustc-link-lib=gmp");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user