File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ matrix:
10
10
before_install :
11
11
# OS and default Python info
12
12
- uname -a
13
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then sw_vers; fi
13
+ - sw_vers
14
14
15
15
install :
16
16
- HOMEBREW_NO_AUTO_UPDATE=1 brew install openssl
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ tar -zxvf "Python-$PY_VER.tgz" &> /dev/null
22
22
23
23
cd " Python-$PY_VER "
24
24
large_echo " Configure Python"
25
- ./configure MACOSX_DEPLOYMENT_TARGET=10.11 CPPFLAGS=" -I$OPENSSL_ROOT /include" LDFLAGS=" -L$OPENSSL_ROOT /lib" --prefix=" $CURRENT_DIR /python"
25
+ ./configure MACOSX_DEPLOYMENT_TARGET=10.11 CPPFLAGS=" -I$OPENSSL_ROOT /include" LDFLAGS=" -L$OPENSSL_ROOT /lib" --with-openssl= " $OPENSSL_ROOT " -- prefix=" $CURRENT_DIR /python"
26
26
large_echo " Build Python"
27
27
make altinstall
You can’t perform that action at this time.
0 commit comments