diff options
| author | Steven Fackler <[email protected]> | 2017-12-23 19:40:26 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-12-23 19:40:26 -0700 |
| commit | 25984aa1833aabae7e32ab3852749f46b0e239ce (patch) | |
| tree | 83f0657bab96e7890a491767bd4a3fd051ef0289 /test | |
| parent | Clean up 1.0.1 hostname verification (diff) | |
| download | rust-openssl-25984aa1833aabae7e32ab3852749f46b0e239ce.tar.xz rust-openssl-25984aa1833aabae7e32ab3852749f46b0e239ce.zip | |
Fix script
Diffstat (limited to 'test')
| -rwxr-xr-x | test/build_openssl.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/build_openssl.sh b/test/build_openssl.sh index f3c19676..9c1cda1e 100755 --- a/test/build_openssl.sh +++ b/test/build_openssl.sh @@ -21,6 +21,7 @@ esac case "${TARGET}" in "x86_64-unknown-linux-gnu") OS_COMPILER=linux-x86_64 + OS_FLAGS="" ;; "i686-unknown-linux-gnu") OS_COMPILER=linux-elf @@ -28,6 +29,7 @@ case "${TARGET}" in ;; "arm-unknown-linux-gnueabihf") OS_COMPILER=linux-armv4 + OS_FLAGS="" export AR=arm-linux-gnueabihf-ar export CC=arm-linux-gnueabihf-gcc ;; |