summaryrefslogtreecommitdiff
path: root/tests/projects/go/static_library/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-05 22:39:48 +0800
committerruki <[email protected]>2025-12-05 22:39:48 +0800
commitaff8fb5a4de914fa007bfc5cbffaa17fbcb1af33 (patch)
tree876b3d67fe9cbd4b3d6b7503d6b2aef8df1e0a21 /tests/projects/go/static_library/xmake.lua
parentfb62fc088bf2ec39cace99a87101946e891febd2 (diff)
fix examples
Diffstat (limited to 'tests/projects/go/static_library/xmake.lua')
-rw-r--r--tests/projects/go/static_library/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/go/static_library/xmake.lua b/tests/projects/go/static_library/xmake.lua
index 99ca434f9..d4921aabf 100644
--- a/tests/projects/go/static_library/xmake.lua
+++ b/tests/projects/go/static_library/xmake.lua
@@ -2,7 +2,7 @@ add_rules("mode.debug", "mode.release")
target("module")
set_kind("static")
- add_files("src/test/*.go")
+ add_files("src/module/*.go")
target("test")
set_kind("binary")