summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-04 23:52:15 +0800
committerruki <[email protected]>2020-07-04 23:52:15 +0800
commit22229713a006394d0bb5d70865850bad60898f00 (patch)
tree3cd65734f56637e650f312d04418658c8550d689 /xmake/platforms/linux/xmake.lua
parentb131172723bd99c7df027e7244fc9d0cee8fffa8 (diff)
add gfortran compiler
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
-rw-r--r--xmake/platforms/linux/xmake.lua2
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 {