verbose logging on MacOS

This commit is contained in:
Jay Lee
2019-09-18 17:50:30 -04:00
parent 9cb4ee9d6f
commit fc6e6d1ab6

View File

@@ -12,7 +12,10 @@ sudo installer -pkg python-$BUILD_PYTHON_VERSION-macosx10.9.pkg -target /
export python=python3
export pip=pip3
echo "PYthon location:"
which $python
brew install openssl@1.1 > /dev/null
brew info openssl@1.1
# Compile latest OpenSSL
#if [ ! -d openssl-$BUILD_OPENSSL_VERSION ]; then