diff options
| author | ruki <[email protected]> | 2020-07-04 23:52:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-04 23:52:15 +0800 |
| commit | 22229713a006394d0bb5d70865850bad60898f00 (patch) | |
| tree | 3cd65734f56637e650f312d04418658c8550d689 /xmake/platforms/linux/xmake.lua | |
| parent | b131172723bd99c7df027e7244fc9d0cee8fffa8 (diff) | |
add gfortran compiler
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -rw-r--r-- | xmake/platforms/linux/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index a1097565b..3c98f79ce 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -50,7 +50,7 @@ platform("linux") end) -- set toolchains - set_toolchains("envs", "cross", "gcc", "clang", "yasm", "nasm", "fasm", "cuda", "dlang", "go", "rust") + set_toolchains("envs", "cross", "gcc", "clang", "yasm", "nasm", "fasm", "cuda", "dlang", "go", "rust", "fortran") -- set menu set_menu { |
