diff options
| author | ruki <[email protected]> | 2017-02-23 09:14:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-23 09:14:39 +0800 |
| commit | 3ed1f42166dbe310aa245678adfc95a2de1f2f14 (patch) | |
| tree | ac0c1440fd411548bd4b368704fbae2435ec5258 /xmake/platforms/android/check.lua | |
| parent | bfd35395066fbea02062309dfea660144d162c43 (diff) | |
add golang and dlang tools for windows
Diffstat (limited to 'xmake/platforms/android/check.lua')
| -rw-r--r-- | xmake/platforms/android/check.lua | 2 |
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") |
