diff options
Diffstat (limited to 'tests/projects/xmake_cli/hello/xmake.lua')
| -rw-r--r-- | tests/projects/xmake_cli/hello/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/xmake_cli/hello/xmake.lua b/tests/projects/xmake_cli/hello/xmake.lua index c40a2826d..9923c85f7 100644 --- a/tests/projects/xmake_cli/hello/xmake.lua +++ b/tests/projects/xmake_cli/hello/xmake.lua @@ -5,6 +5,6 @@ add_requires("libxmake") target("hello") add_rules("xmake.cli") add_files("src/lni/*.c") - add_files("src/lua/*.lua") + add_files("src/lua/*.lua", {rootdir = "src"}) add_packages("libxmake") |
