summaryrefslogtreecommitdiff
path: root/xmake/toolchains
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/toolchains')
-rw-r--r--xmake/toolchains/zigcc/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/toolchains/zigcc/xmake.lua b/xmake/toolchains/zigcc/xmake.lua
index aabf3640e..b5f266400 100644
--- a/xmake/toolchains/zigcc/xmake.lua
+++ b/xmake/toolchains/zigcc/xmake.lua
@@ -23,6 +23,7 @@ toolchain("zigcc")
set_kind("standalone")
set_homepage("https://ziglang.org/")
set_description("Use zig cc/c++ as C/C++ Compiler")
+ set_runtimes("c++_static")
on_check(function (toolchain)
import("lib.detect.find_tool")