diff options
| author | ruki <[email protected]> | 2018-09-13 22:56:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-09-13 11:40:56 +0800 |
| commit | 6a40b32309c23e7b56403686bd10af87a2bb353a (patch) | |
| tree | d7e18364bfe6d7efef32a0a0f545187e93e17a60 /tests/projects/package/basic/xmake.lua | |
| parent | 97d2487ef7cc57d0a5e7b80663eac8f8e4709e58 (diff) | |
add package.builder.xmake
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 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") |
