diff options
| author | ruki <[email protected]> | 2020-05-20 22:44:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-20 10:25:37 +0800 |
| commit | a5a4b0ac5b9674ac00049cc1f4ff8f11d5268f6b (patch) | |
| tree | 66a5a45701b8c06e05011e6d6b40754c20e47991 /xmake/toolchains/xcode/xmake.lua | |
| parent | 5627a51d82327a2d694be53d1587e6a10671278c (diff) | |
set standalone toolchain
Diffstat (limited to 'xmake/toolchains/xcode/xmake.lua')
| -rw-r--r-- | xmake/toolchains/xcode/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/toolchains/xcode/xmake.lua b/xmake/toolchains/xcode/xmake.lua index aed4a44e9..74462908c 100644 --- a/xmake/toolchains/xcode/xmake.lua +++ b/xmake/toolchains/xcode/xmake.lua @@ -21,6 +21,9 @@ -- define toolchain toolchain("xcode") + -- mark as standalone toolchain + set_kind("standalone") + -- check toolchain on_check("check") |
