diff options
| -rw-r--r-- | tests/projects/package/toolchain_zig/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/toolchain_zig/xmake.lua b/tests/projects/package/toolchain_zig/xmake.lua index 1c0721533..1e57fd568 100644 --- a/tests/projects/package/toolchain_zig/xmake.lua +++ b/tests/projects/package/toolchain_zig/xmake.lua @@ -4,4 +4,4 @@ add_requires("zig 0.7.x") target("test") set_kind("binary") add_files("src/*.c") - set_toolchains("zig") + set_toolchains("zig", {packages = "zig"}) |
