diff options
Diffstat (limited to 'tests/projects/package/basic/xmake.lua')
| -rw-r--r-- | tests/projects/package/basic/xmake.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/projects/package/basic/xmake.lua b/tests/projects/package/basic/xmake.lua index 098a04575..30dfe46dd 100644 --- a/tests/projects/package/basic/xmake.lua +++ b/tests/projects/package/basic/xmake.lua @@ -1,6 +1,8 @@ -- requires -add_requires("zlib >=1.2.11", "tbox ~1.6.0", "pcre2") +add_requires("tbox master") +add_requires("zlib >=1.2.11", {optional = true}) +add_requires("pcre2", {system = false}) -- add modes add_rules("mode.debug", "mode.release") |
