summaryrefslogtreecommitdiff
path: root/xmake/platforms/android/check.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-23 09:14:39 +0800
committerruki <[email protected]>2017-02-23 09:14:39 +0800
commit3ed1f42166dbe310aa245678adfc95a2de1f2f14 (patch)
treeac0c1440fd411548bd4b368704fbae2435ec5258 /xmake/platforms/android/check.lua
parentbfd35395066fbea02062309dfea660144d162c43 (diff)
add golang and dlang tools for windows
Diffstat (limited to 'xmake/platforms/android/check.lua')
-rw-r--r--xmake/platforms/android/check.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/android/check.lua b/xmake/platforms/android/check.lua
index 4aa5d8b51..7962d1740 100644
--- a/xmake/platforms/android/check.lua
+++ b/xmake/platforms/android/check.lua
@@ -126,7 +126,7 @@ function _check_toolchains(config)
cross = "aarch64-linux-android-"
end
- -- done
+ -- check it for c/c++
checker.check_toolchain(config, "cc", cross, "gcc", "the c compiler")
checker.check_toolchain(config, "cxx", cross, "g++", "the c++ compiler")
checker.check_toolchain(config, "as", cross, "gcc", "the assember")