Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
rust-hashtoc
Commits
5d2b3cec
Commit
5d2b3cec
authored
Apr 03, 2018
by
Anders Blomdell
Browse files
Update build scripts
parent
cdd36de2
Changes
2
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
5d2b3cec
...
...
@@ -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
\
...
...
build.rs
View file @
5d2b3cec
...
...
@@ -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"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment