diff options
| author | ruki <[email protected]> | 2025-10-16 07:38:57 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-16 07:38:57 +0800 |
| commit | 110846f5a3d8b0672d537e115ad60ebedecf534e (patch) | |
| tree | 070c0e0bdd250641a591227b295424303c594767 | |
| parent | 2413b8e465f4866e32a259f0a3a82ba9c54d3b99 (diff) | |
| parent | 9bec648f87efa9361f378b4a282e512e2f426adf (diff) | |
Merge pull request #6929 from romeoxbm/gcc-15
feat: Adds support for GCC 15 toolchain
| -rw-r--r-- | xmake/toolchains/gcc-15/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/toolchains/gcc-15/xmake.lua b/xmake/toolchains/gcc-15/xmake.lua new file mode 100644 index 000000000..1919d4225 --- /dev/null +++ b/xmake/toolchains/gcc-15/xmake.lua @@ -0,0 +1,3 @@ +includes(path.join(os.scriptdir(), "../gcc/xmake.lua")) + +toolchain_gcc("15") |
