diff options
| -rw-r--r-- | xmake/toolchains/gcc/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/toolchains/gcc/xmake.lua b/xmake/toolchains/gcc/xmake.lua index b21f3592e..9b01a80f5 100644 --- a/xmake/toolchains/gcc/xmake.lua +++ b/xmake/toolchains/gcc/xmake.lua @@ -28,7 +28,7 @@ toolchain("gcc" .. suffix) set_kind("standalone") set_homepage("https://gcc.gnu.org/") set_description("GNU Compiler Collection" .. (version and (" (" .. version .. ")") or "")) - set_runtimes("c++_static", "c++_shared", "stdc++_static", "stdc++_shared") + set_runtimes("stdc++_static", "stdc++_shared") set_toolset("cc", "gcc" .. suffix) set_toolset("cxx", "gcc" .. suffix, "g++" .. suffix) |
