Skip to content

Commit

Permalink
Use only build.rs to build the native libraries for non-Windows builds.
Browse files Browse the repository at this point in the history
I agree to license my contributions to each file under the terms
given at the top of each file I changed.
  • Loading branch information
weiznich authored and briansmith committed Mar 6, 2017
1 parent 9f5fc93 commit 86c24b9
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 76 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ name = "ring"
libc = "0.2.20"
untrusted = "0.3.2"

[build-dependencies]
gcc = "0.3"
target_build_utils = { version = "0.2", default-features = false }

[target.'cfg(any(target_os = "redox", all(unix, not(any(target_os = "macos", target_os = "ios")))))'.dependencies]
lazy_static = "0.2.1"

Expand Down
Loading

0 comments on commit 86c24b9

Please sign in to comment.