diff options
| author | ruki <[email protected]> | 2018-09-12 22:50:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-09-12 11:03:55 +0800 |
| commit | 0a8a275f8cb9a51446746f796031882dfc8381ae (patch) | |
| tree | 4aa0f38d8fcf31804f16e313a144ba430e88e302 /tests/projects/package/basic/xmake.lua | |
| parent | 6638fb5f62e95b465305914953e38233d49a8856 (diff) | |
check unsupported packages
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 30dfe46dd..4ac3497a8 100644 --- a/tests/projects/package/basic/xmake.lua +++ b/tests/projects/package/basic/xmake.lua @@ -2,7 +2,7 @@ -- requires add_requires("tbox master") add_requires("zlib >=1.2.11", {optional = true}) -add_requires("pcre2", {system = false}) +add_requires("pcre2", "luajit", {system = false}) -- add modes add_rules("mode.debug", "mode.release") |
