Explorar o código

use correct variable for compiler selection...

Ser Lev Arris %!s(int64=10) %!d(string=hai) anos
pai
achega
3e6043de70
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      workspaces/Android-NDK/jni/Application.mk

+ 2 - 2
workspaces/Android-NDK/jni/Application.mk

@@ -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