diff options
| author | ruki <[email protected]> | 2020-07-05 11:05:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-05 11:05:49 +0800 |
| commit | 032606e5b54f0dfd36c796dab14197d259209a49 (patch) | |
| tree | ca4a032ede2b512e3ee2fe53957ed6bf399c8b83 /xmake/platforms/macosx/xmake.lua | |
| parent | 8874de88d7cc0003c9f83042a39cc7f81a8e88ac (diff) | |
rename to gfortran toolchains
Diffstat (limited to 'xmake/platforms/macosx/xmake.lua')
| -rw-r--r-- | xmake/platforms/macosx/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/macosx/xmake.lua b/xmake/platforms/macosx/xmake.lua index 6ca50bea7..9df9aaab2 100644 --- a/xmake/platforms/macosx/xmake.lua +++ b/xmake/platforms/macosx/xmake.lua @@ -50,7 +50,7 @@ platform("macosx") end) -- set toolchains - set_toolchains("envs", "xcode", "clang", "gcc", "yasm", "nasm", "cuda", "dlang", "rust", "go", "fortran") + set_toolchains("envs", "xcode", "clang", "gcc", "yasm", "nasm", "cuda", "dlang", "rust", "go", "gfortran") -- set menu set_menu { |
