"vscode:/vscode.git/clone" did not exist on "ff6a4830162880da66b181c26166459e7e761aa1"
Commit 7956064f authored by xoviat's avatar xoviat Committed by GitHub
Browse files

Revert "[osx_steps] export cppflags"

This reverts commit 4f303070.
parent 4f303070
......@@ -21,7 +21,7 @@ function suppress {
if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
suppress build_openssl
suppress build_libpng
suppress build_openblas
suppress build_libwebp
suppress build_szip
suppress build_swig
......
......@@ -10,7 +10,3 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
else
source $MULTIBUILD_DIR/travis_linux_steps.sh
fi
# Promote BUILD_PREFIX on search path to find new zlib
export CPPFLAGS="-L$BUILD_PREFIX/include $CPPFLAGS"
export LDFLAGS="-L$BUILD_PREFIX/lib $LDFLAGS"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment