diff options
| author | ruki <[email protected]> | 2026-03-07 21:40:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-07 21:41:20 +0800 |
| commit | 867fcf74184dfcff6b58f90f15b4b107a3054bca (patch) | |
| tree | d4ee3f0284175141b2bdf2df7cc1fd1020267fc5 /tests/projects/zig/console_c_call_zig/xmake.lua | |
| parent | 2566a7d29bbee1c9ee8e65fd0ae81380db65d6ca (diff) | |
split zig toolchain to zig/zigcc
Diffstat (limited to 'tests/projects/zig/console_c_call_zig/xmake.lua')
| -rw-r--r-- | tests/projects/zig/console_c_call_zig/xmake.lua | 2 |
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") |
