aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-31 12:34:30 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-31 13:30:12 -0500
commit7402cf1c676ffb7ba48d6e90227bb4b1397af12d (patch)
tree2f0c37ebbb284bf4ce795e8b824dfe9b2554c4ee /.travis
parent7539dcb6e424e27f6bb270571b9410bd6ad36aac (diff)
downloadcryptography-7402cf1c676ffb7ba48d6e90227bb4b1397af12d.tar.gz
cryptography-7402cf1c676ffb7ba48d6e90227bb4b1397af12d.tar.bz2
cryptography-7402cf1c676ffb7ba48d6e90227bb4b1397af12d.zip
rename env var to CRYPTOGRAPHY_OSX_NO_LINK_FLAGS
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index c22ded22..1ce8011f 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -9,7 +9,7 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
# set our flags to use homebrew openssl
export ARCHFLAGS="-arch x86_64"
# if the build is static we need different LDFLAGS
- if [[ "${CRYPTOGRAPHY_BUILD_STATIC}" == "1" ]]; then
+ if [[ "${CRYPTOGRAPHY_OSX_NO_LINK_FLAGS}" == "1" ]]; then
export LDFLAGS="/usr/local/opt/openssl/lib/libssl.a /usr/local/opt/openssl/lib/libcrypto.a"
else
export LDFLAGS="-L/usr/local/opt/openssl/lib"