diff options
| author | ruki <[email protected]> | 2021-10-10 22:25:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-10 22:25:22 +0800 |
| commit | c99b30e2dbcc62969c81ab83cf656f7e3b0edd43 (patch) | |
| tree | 8d804edafdf3436d8a11acb1dbdc02f27a369276 /xmake/toolchains/gcc-10/xmake.lua | |
| parent | 0594b7cddec091cc9b91e06cf2ee61e4e671b595 (diff) | |
add gcc-xx
Diffstat (limited to 'xmake/toolchains/gcc-10/xmake.lua')
| -rw-r--r-- | xmake/toolchains/gcc-10/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/toolchains/gcc-10/xmake.lua b/xmake/toolchains/gcc-10/xmake.lua new file mode 100644 index 000000000..b1e2c8883 --- /dev/null +++ b/xmake/toolchains/gcc-10/xmake.lua @@ -0,0 +1,3 @@ +includes(path.join(os.scriptdir(), "../gcc/xmake.lua")) + +toolchain_gcc("10") |
