Skip to content

Commit

Permalink
Issue #542: Fix travis build check for clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
tteuling committed Jan 18, 2018
1 parent 5f7c59e commit 8c6d500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/build.sh
Expand Up @@ -19,7 +19,7 @@ if [ "$TARGET" = "build" ]; then

if [ "$BUILDTOOL" = "meson" ]; then
# Travis currently cannot build clang + OpenMP (https://github.com/travis-ci/travis-ci/issues/8613)
if [ "$CXX" = "clang" ]; then
if [ "$CXX" = "clang++" ]; then
meson debug -Dopenmp=false
else
meson debug
Expand Down

0 comments on commit 8c6d500

Please sign in to comment.