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/toolchains/xcode/check.lua | |
| parent | c0afaacde90abf081bab19279c3ea6d4dbeae86d (diff) | |
check toolchains for macosx
Diffstat (limited to 'xmake/toolchains/xcode/check.lua')
| -rw-r--r-- | xmake/toolchains/xcode/check.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/toolchains/xcode/check.lua b/xmake/toolchains/xcode/check.lua index c10fe48d9..0e34232a6 100644 --- a/xmake/toolchains/xcode/check.lua +++ b/xmake/toolchains/xcode/check.lua @@ -25,4 +25,5 @@ import("private.platform.check_xcode") -- main entry function main(toolchain) check_xcode(config, true) + return true end |
