mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-09 15:37:58 -05:00
Moved ingo_<curve> output to same directory as original library output allowing rust build script to find it when crate is used as a dependency
This commit is contained in:
@@ -4,6 +4,9 @@ fn main() {
|
||||
println!("cargo:rerun-if-env-changed=CXXFLAGS");
|
||||
println!("cargo:rerun-if-changed=../../../../icicle");
|
||||
|
||||
let cargo_dir = var("CARGO_MANIFEST_DIR").unwrap();
|
||||
let profile = var("PROFILE").unwrap();
|
||||
|
||||
let out_dir = Config::new("../../../../icicle")
|
||||
.define("BUILD_TESTS", "OFF") //TODO: feature
|
||||
.define("CURVE", "bn254")
|
||||
|
||||
Reference in New Issue
Block a user