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 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") |
