diff options
| author | ruki <[email protected]> | 2020-05-18 22:39:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-18 09:57:41 +0800 |
| commit | 937bd96c26edc111a3226a4feb2a6748041ab461 (patch) | |
| tree | 0db02fdc1321ac02cee907ed0aa9efc0a9e4ebc8 /xmake/platforms/android | |
| parent | c0afaacde90abf081bab19279c3ea6d4dbeae86d (diff) | |
check toolchains for macosx
Diffstat (limited to 'xmake/platforms/android')
| -rw-r--r-- | xmake/platforms/android/check.lua (renamed from xmake/platforms/android/config.lua) | 2 | ||||
| -rw-r--r-- | xmake/platforms/android/xmake.lua | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xmake/platforms/android/config.lua b/xmake/platforms/android/check.lua index e99a4d14a..04d639483 100644 --- a/xmake/platforms/android/config.lua +++ b/xmake/platforms/android/check.lua @@ -15,7 +15,7 @@ -- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki --- @file config.lua +-- @file check.lua -- -- imports diff --git a/xmake/platforms/android/xmake.lua b/xmake/platforms/android/xmake.lua index 45a4eaf8d..cb7d52594 100644 --- a/xmake/platforms/android/xmake.lua +++ b/xmake/platforms/android/xmake.lua @@ -39,8 +39,8 @@ platform("android") -- set formats set_formats {static = "lib$(name).a", object = "$(name).o", shared = "lib$(name).so", symbol = "$(name).sym"} - -- on check project configuration - on_config_check("config") + -- on check + on_check("check") -- on load on_load("load") |
