diff options
| author | ruki <[email protected]> | 2020-05-16 00:03:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-16 00:03:19 +0800 |
| commit | c6c71612e034c2e741add2b9deb69be4c93a8388 (patch) | |
| tree | 0b7d15fffb3bb620ffcb93f45c50f002262874e3 /xmake/platforms/macosx/xmake.lua | |
| parent | 53f9e8e305a0cc51f4021a957cfdbc5c37784b9b (diff) | |
add xcode toolchain
Diffstat (limited to 'xmake/platforms/macosx/xmake.lua')
| -rw-r--r-- | xmake/platforms/macosx/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/platforms/macosx/xmake.lua b/xmake/platforms/macosx/xmake.lua index 452c528db..d65c03a9e 100644 --- a/xmake/platforms/macosx/xmake.lua +++ b/xmake/platforms/macosx/xmake.lua @@ -45,6 +45,9 @@ platform("macosx") -- on load on_load("load") + -- set toolchains + set_toolchains("envs", "xcode", "clang", "gcc", "dlang", "rust", "go", "cuda") + -- set menu set_menu { config = |
