diff options
| author | ruki <[email protected]> | 2026-03-07 23:10:56 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-07 23:10:56 +0800 |
| commit | 31c6941b7ea41f1d3888db2fc2ee07a6cd948499 (patch) | |
| tree | be379aac619943e3b6ddf0eef76e736c6a7432f1 /tests/projects/c++ | |
| parent | 6f71ecb6dda0eff8db9089c475e4e549c0db1dec (diff) | |
| parent | cb4ac4367a20be40109185f942cbf82865351c6d (diff) | |
Merge pull request #7383 from xmake-io/zig
split zig toolchain to zig/zigcc
Diffstat (limited to 'tests/projects/c++')
| -rw-r--r-- | tests/projects/c++/console_zig_cxx/xmake.lua | 2 |
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") |
