aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-02-12 18:41:51 -0800
committerSteven Fackler <[email protected]>2015-02-12 18:41:51 -0800
commitd4c5bafa19d3142ca64d95bf0e531945da2db056 (patch)
treea9e2f3bd1d7c4effdab117412c1a7c906e4de369 /openssl-sys/Cargo.toml
parentMerge pull request #161 from bombless/fix-windows (diff)
downloadrust-openssl-d4c5bafa19d3142ca64d95bf0e531945da2db056.tar.xz
rust-openssl-d4c5bafa19d3142ca64d95bf0e531945da2db056.zip
Pass include directories to gcc
Diffstat (limited to 'openssl-sys/Cargo.toml')
-rw-r--r--openssl-sys/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index 783b68f1..6a37a3a3 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -19,7 +19,7 @@ aes_xts = []
[build-dependencies]
pkg-config = "0.2.1"
-gcc = "0.1"
+gcc = "0.2"
[target.le32-unknown-nacl.dependencies]
libressl-pnacl-sys = "2.1.0"