Skip to content

Commit

Permalink
Tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolthulhu authored and kevingranade committed Aug 9, 2017
1 parent e3028fb commit 02c8182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ matrix:
sources: *apt_sources

before_script:
- if [ -n "${CLANG}" ]; then COMPILER="$CLANG"; fi
- ${COMPILER} --version
- CXX="$COMPILER"
- source build-scripts/requirements.sh
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ endif
# This sets CXX and so must be up here
ifdef CLANG
# Allow setting specific CLANG version
ifneq ($(CLANG), 1)
ifeq ($(CLANG), 1)
CLANG = clang++
endif
ifeq ($(NATIVE), osx)
Expand Down

0 comments on commit 02c8182

Please sign in to comment.