diff options
| author | Steven Fackler <[email protected]> | 2015-02-03 10:04:37 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-02-03 10:04:37 -0800 |
| commit | 361e5f44fa50edd6b603717de409724620d0e01b (patch) | |
| tree | 056f6516949c0892651448a2c64fc4a55f48f572 /openssl-sys/Cargo.toml | |
| parent | Merge pull request #153 from mbrubeck/android (diff) | |
| download | rust-openssl-361e5f44fa50edd6b603717de409724620d0e01b.tar.xz rust-openssl-361e5f44fa50edd6b603717de409724620d0e01b.zip | |
Move openssl-sys build.rs
Diffstat (limited to 'openssl-sys/Cargo.toml')
| -rw-r--r-- | openssl-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index db76f2d6..f32976cc 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -8,7 +8,7 @@ description = "FFI bindings to OpenSSL" repository = "https://github.com/sfackler/rust-openssl" links = "openssl" -build = "src/build.rs" +build = "build.rs" [features] tlsv1_2 = [] |