diff options
| author | ruki <[email protected]> | 2024-05-05 22:18:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-05-05 22:18:22 +0800 |
| commit | 88a2d47f20a5e97e331f290d08cd3736b4bf8744 (patch) | |
| tree | 04ff973b459531c5e95c965ed5d70f6a39121fdd | |
| parent | eccac4e5b5cab0048db326cc1af3fa0ba5244905 (diff) | |
add gcc-14
| -rw-r--r-- | xmake/toolchains/gcc-14/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/toolchains/gcc-14/xmake.lua b/xmake/toolchains/gcc-14/xmake.lua new file mode 100644 index 000000000..74be64c59 --- /dev/null +++ b/xmake/toolchains/gcc-14/xmake.lua @@ -0,0 +1,3 @@ +includes(path.join(os.scriptdir(), "../gcc/xmake.lua")) + +toolchain_gcc("14") |
