diff options
| author | ruki <[email protected]> | 2025-02-07 00:50:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-02-07 00:50:37 +0800 |
| commit | 94262ef203d602f0ae84433b834173373633bebf (patch) | |
| tree | cc26d38694789daad80de856e74fd15321c527d7 /tests/projects/xmake_cli/hello/xmake.lua | |
| parent | c58753d3ed258177c10957659ad0426742f5a090 (diff) | |
improve embed files for lni
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") |
