diff options
| author | ruki <[email protected]> | 2020-05-20 00:36:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-19 21:36:54 +0800 |
| commit | 1c7e32dea671abf42fc097db7141bd52a1fbfb19 (patch) | |
| tree | 52f955cc55a9ef5dd173c7aa2a28ccff47f41ef2 /xmake/platforms/linux/xmake.lua | |
| parent | 04493b00d03e87e3c2af7d9f58bb43edb77eb410 (diff) | |
improve linux platform
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -rw-r--r-- | xmake/platforms/linux/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index 21e4d2e51..250441a68 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -39,8 +39,8 @@ platform("linux") -- on check on_check("check") - -- on load - on_load("load") + -- set toolchains + set_toolchains("envs", "gcc", "clang", "yasm", "nasm", "fasm", "cuda", "dlang", "go", "rust") -- set menu set_menu { |
