summaryrefslogtreecommitdiff
path: root/tests/projects/package/basic/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-09-13 22:56:49 +0800
committerruki <[email protected]>2018-09-13 11:40:56 +0800
commit6a40b32309c23e7b56403686bd10af87a2bb353a (patch)
treed7e18364bfe6d7efef32a0a0f545187e93e17a60 /tests/projects/package/basic/xmake.lua
parent97d2487ef7cc57d0a5e7b80663eac8f8e4709e58 (diff)
add package.builder.xmake
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 4ac3497a8..f0c0834e6 100644
--- a/tests/projects/package/basic/xmake.lua
+++ b/tests/projects/package/basic/xmake.lua
@@ -17,5 +17,5 @@ target("console")
add_files("src/*.c")
-- add packages
- add_packages("tbox", "zlib", "pcre2")
+ add_packages("tbox", "zlib", "pcre2", "luajit")