فهرست منبع

use correct variable for compiler selection...

Ser Lev Arris 10 سال پیش
والد
کامیت
3e6043de70
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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