Skip to content
Snippets Groups Projects
Commit 5d2b3cec authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Update build scripts

parent cdd36de2
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ all: CARGO
.PHONY: CARGO
CARGO:
CARGO_HOME=/var/tmp/.cargo cargo build --color=never
CARGO_HOME=/var/tmp/.cargo cargo build --color=never --release
.PHONY: SHIPPING
SHIPPING: $(OUT_DIR)libhash.a \
......
......@@ -12,7 +12,7 @@ fn main() {
panic!();
}
println!("cargo:rustc-link-search=native={}", out_dir);
println!("cargo:rustc-link-lib=static=hash");
// println!("cargo:rustc-link-lib=static=hash");
println!("cargo:rustc-link-lib=dylib=crypto");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment