diff options
| author | ruki <[email protected]> | 2021-09-02 23:51:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-02 23:51:40 +0800 |
| commit | 5375f19a262a32e9cc9464ed578350026b5b1867 (patch) | |
| tree | 4255d2945650aebb9f26f654f3bf352c985ebd3c | |
| parent | 5742d2bd4c4b7e760c22531c37d8c9eb5d7df709 (diff) | |
add fpc to windows
| -rw-r--r-- | xmake/platforms/windows/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua index fb075adbe..caf707d50 100644 --- a/xmake/platforms/windows/xmake.lua +++ b/xmake/platforms/windows/xmake.lua @@ -38,7 +38,7 @@ platform("windows") set_formats("symbol", "$(name).pdb") -- set toolchains - set_toolchains("msvc", "clang", "yasm", "nasm", "cuda", "dlang", "rust", "go", "gfortran", "zig") + set_toolchains("msvc", "clang", "yasm", "nasm", "cuda", "dlang", "rust", "go", "gfortran", "zig", "fpc") -- set menu set_menu { |
