summaryrefslogtreecommitdiff
path: root/tests/projects/zig/console_c_call_zig
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-07 23:10:56 +0800
committerGitHub <[email protected]>2026-03-07 23:10:56 +0800
commit31c6941b7ea41f1d3888db2fc2ee07a6cd948499 (patch)
treebe379aac619943e3b6ddf0eef76e736c6a7432f1 /tests/projects/zig/console_c_call_zig
parent6f71ecb6dda0eff8db9089c475e4e549c0db1dec (diff)
parentcb4ac4367a20be40109185f942cbf82865351c6d (diff)
Merge pull request #7383 from xmake-io/zig
split zig toolchain to zig/zigcc
Diffstat (limited to 'tests/projects/zig/console_c_call_zig')
-rw-r--r--tests/projects/zig/console_c_call_zig/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/zig/console_c_call_zig/xmake.lua b/tests/projects/zig/console_c_call_zig/xmake.lua
index c110e0236..e75764873 100644
--- a/tests/projects/zig/console_c_call_zig/xmake.lua
+++ b/tests/projects/zig/console_c_call_zig/xmake.lua
@@ -6,5 +6,5 @@ target("demo")
set_kind("binary")
add_files("src/*.c")
add_files("src/*.zig")
- set_toolchains("@zig", {zigcc = false})
+ set_toolchains("@zig")