diff options
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/c++/console_zig_cxx/xmake.lua | 2 | ||||
| -rw-r--r-- | tests/projects/zig/console_c_call_zig/xmake.lua | 2 |
2 files changed, 2 insertions, 2 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") 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") |
