diff options
| author | ruki <[email protected]> | 2021-09-02 23:18:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-02 23:18:25 +0800 |
| commit | 7a73071fac11db852be636b6855b5013599cc3ea (patch) | |
| tree | c4be24250c5a02d4f1102490ff06088d4c8746a1 /xmake/platforms/linux/xmake.lua | |
| parent | 3d595c5f5f91bd380d3b43bd0dfc8c1f738c325b (diff) | |
improve fpc toolchain
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 7ba068687..f855903f3 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -40,7 +40,7 @@ platform("linux") set_installdir("/usr/local") -- set toolchains - set_toolchains("envs", "cross", "gcc", "clang", "yasm", "nasm", "fasm", "cuda", "dlang", "go", "rust", "gfortran", "zig") + set_toolchains("envs", "cross", "gcc", "clang", "yasm", "nasm", "fasm", "cuda", "dlang", "go", "rust", "gfortran", "zig", "fpc") -- set menu set_menu { |
