diff options
Diffstat (limited to 'tests/projects')
| -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 eec7dae65..855aa47f1 100644 --- a/tests/projects/c++/console_zig_cxx/xmake.lua +++ b/tests/projects/c++/console_zig_cxx/xmake.lua @@ -1,5 +1,5 @@ add_rules("mode.debug", "mode.release") -add_requires("zig 0.9.x") +add_requires("zig") target("test") set_kind("binary") |
