diff options
| author | ruki <[email protected]> | 2022-11-14 22:45:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-11-14 22:45:28 +0800 |
| commit | 447b55d0e8f007bc5c5164cf92fdff47904192a2 (patch) | |
| tree | 16e3e94c62069edd77bbcc80261568a70c5233d5 /tests/projects/package/toolchain_zig/xmake.lua | |
| parent | 95cae7f6f15abf2f4f78fcd03bdb7647920dbb63 (diff) | |
update zig tests
Diffstat (limited to 'tests/projects/package/toolchain_zig/xmake.lua')
| -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 330c09640..25c6adf0a 100644 --- a/tests/projects/package/toolchain_zig/xmake.lua +++ b/tests/projects/package/toolchain_zig/xmake.lua @@ -1,5 +1,5 @@ add_rules("mode.debug", "mode.release") -add_requires("zig 0.7.x") +add_requires("zig") target("test") set_kind("binary") |
