summaryrefslogtreecommitdiff
path: root/tests/projects/package/basic/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-09-18 22:35:28 +0800
committerruki <[email protected]>2018-09-18 09:32:50 +0800
commit5beacb69348c80688db553c0b671c76237866a49 (patch)
tree095a0e3e754bab81d5ae1dcb2b1b6dc390ab8d06 /tests/projects/package/basic/xmake.lua
parentb39865ce22ec806099bd022f47fcb90a4ac42034 (diff)
modify debug package path
Diffstat (limited to 'tests/projects/package/basic/xmake.lua')
-rw-r--r--tests/projects/package/basic/xmake.lua2
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})