diff options
| author | ruki <[email protected]> | 2024-01-26 23:46:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-01-26 23:46:36 +0800 |
| commit | 2a43a89241ff5044661fa7449d6455386cd3a449 (patch) | |
| tree | 1bc2de8cabea8dad373b9bc916156d9e322d4831 /xmake/toolchains/xcode | |
| parent | 647e8c36c5d54635df12666f3a0bc45b45084389 (diff) | |
select runtimes for buildhash
Diffstat (limited to 'xmake/toolchains/xcode')
| -rw-r--r-- | xmake/toolchains/xcode/xmake.lua | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/xmake/toolchains/xcode/xmake.lua b/xmake/toolchains/xcode/xmake.lua index ff304e3b2..2f9e6a053 100644 --- a/xmake/toolchains/xcode/xmake.lua +++ b/xmake/toolchains/xcode/xmake.lua @@ -18,20 +18,13 @@ -- @file xmake.lua -- --- define toolchain toolchain("xcode") - - -- set homepage + set_kind("standalone") set_homepage("https://developer.apple.com/xcode/") set_description("Xcode IDE") + set_runtimes("c++_static", "c++_shared", "stdc++_static", "stdc++_shared") - -- mark as standalone toolchain - set_kind("standalone") - - -- check toolchain on_check("check") - - -- load toolchain on_load(function (toolchain) -- set toolset |
