diff --git a/src/travis/osx-x86_64-before-install.sh b/src/travis/osx-x86_64-before-install.sh index f9e3a422..f2d9ea3a 100755 --- a/src/travis/osx-x86_64-before-install.sh +++ b/src/travis/osx-x86_64-before-install.sh @@ -20,8 +20,8 @@ brew install openssl@1.1 > /dev/null brew info openssl@1.1 echo "OpenSSL Lib" ls -al /usr/local/opt/openssl@1.1/lib -echo "Local Lib" -ls -al /usr/local/lib +echo "Local Python Lib" +ls -al /usr/local/lib/python3.7 # Compile latest OpenSSL #if [ ! -d openssl-$BUILD_OPENSSL_VERSION ]; then