diff options
Diffstat (limited to 'tests/projects/package/basic/xmake.lua')
| -rw-r--r-- | tests/projects/package/basic/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/basic/xmake.lua b/tests/projects/package/basic/xmake.lua index f0c0834e6..d84c9b8f8 100644 --- a/tests/projects/package/basic/xmake.lua +++ b/tests/projects/package/basic/xmake.lua @@ -1,6 +1,6 @@ -- requires -add_requires("tbox master") +add_requires("tbox master", {debug = true}) add_requires("zlib >=1.2.11", {optional = true}) add_requires("pcre2", "luajit", {system = false}) |
