diff options
| author | ruki <[email protected]> | 2021-01-30 00:57:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-01-30 00:57:03 +0800 |
| commit | fde1f6f6594af9f5c1855921f0cd2a46628a1c8c (patch) | |
| tree | 733a23fa0ad1e9234732586d7763623c4f3cc898 | |
| parent | b4989e2b90851b5724e5511c8bab7a6f42ac2a76 (diff) | |
improve test
| -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"}) |
