mirror of
https://github.com/google/googletest.git
synced 2025-04-06 22:15:01 +00:00
fix typo
This commit is contained in:
parent
40f82ce56a
commit
a83429f5d3
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@
|
|||
#
|
||||
|
||||
# TODO() - we can check if this is being sourced using $BASH_VERSION and $BASH_SOURCE[0] != ${0}.
|
||||
#
|
||||
|
||||
if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
|
||||
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
|
||||
if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.9" CC="clang-3.9"; fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue