summaryrefslogtreecommitdiff
path: root/tests/projects/c++
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++')
-rw-r--r--tests/projects/c++/console_zig_cxx/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/console_zig_cxx/xmake.lua b/tests/projects/c++/console_zig_cxx/xmake.lua
index 855aa47f1..d14aa8869 100644
--- a/tests/projects/c++/console_zig_cxx/xmake.lua
+++ b/tests/projects/c++/console_zig_cxx/xmake.lua
@@ -4,6 +4,6 @@ add_requires("zig")
target("test")
set_kind("binary")
add_files("src/*.cpp")
- set_toolchains("@zig")
+ set_toolchains("zig@zigcc")