diff options
| author | ruki <[email protected]> | 2018-12-13 23:53:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-12-13 17:18:49 +0800 |
| commit | b3fa23bff3a8a34e832a10ef714224d6e728ebd3 (patch) | |
| tree | 1aa20f227a117efdf4e589ba8e31ea5f700f7932 /tests/projects/package/basic/xmake.lua | |
| parent | 11d0bbaebf5804d331ffa126ec0dab21913dad15 (diff) | |
improve git package
Diffstat (limited to 'tests/projects/package/basic/xmake.lua')
| -rw-r--r-- | tests/projects/package/basic/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/package/basic/xmake.lua b/tests/projects/package/basic/xmake.lua index d84c9b8f8..b7ec6919d 100644 --- a/tests/projects/package/basic/xmake.lua +++ b/tests/projects/package/basic/xmake.lua @@ -1,8 +1,8 @@ -- requires add_requires("tbox master", {debug = true}) -add_requires("zlib >=1.2.11", {optional = true}) -add_requires("pcre2", "luajit", {system = false}) +add_requires("zlib >=1.2.11") +add_requires("pcre2", "luajit", {system = false, optional = true}) -- add modes add_rules("mode.debug", "mode.release") |
