use correct variable for compiler selection...

pull/505/head
Ser Lev Arris 2015-03-21 10:54:46 +01:00
parent f3ed79ab41
commit 3e6043de70
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ifeq ($(TRAVIS_LANGUAGE),clang)
NDK_TOOLCHAIN_VERSION := $(TRAVIS_LANGUAGE)
ifeq ($(CC),clang)
NDK_TOOLCHAIN_VERSION := $(CC)
$(info "Use llvm Compiler")
endif