Skip to content

Commit f6ba58d

Browse files
authored
Disable CXXFLAGS="-stdlib=libc++"; for mac
1 parent 51129ef commit f6ba58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ before_install:
5555
# installing ccache and freetype packages via homebrew
5656
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; fi
5757
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/ccache/libexec:$PATH"; fi
58-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CXXFLAGS="-stdlib=libc++"; fi
58+
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CXXFLAGS="-stdlib=libc++"; fi
5959

6060
# prepare compilation
6161
before_script:

0 commit comments

Comments
 (0)