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 b7ec6919d..b7e6c67ea 100644 --- a/tests/projects/package/basic/xmake.lua +++ b/tests/projects/package/basic/xmake.lua @@ -14,7 +14,7 @@ target("console") set_kind("binary") -- add files - add_files("src/*.c") + add_files("src/*.c") -- add packages add_packages("tbox", "zlib", "pcre2", "luajit") |
