summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-20 23:59:21 +0800
committerruki <[email protected]>2021-01-20 23:59:21 +0800
commit615519460ee8c5302ba055fa0d36965d6d4873f6 (patch)
tree06b42f427b8bfd7b421df29f442d5ef77fe9ad0f
parent45106175eef0f20f97c2228009db8ffd09a50319 (diff)
fix tests
-rw-r--r--tests/projects/hybrid/static_library/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/hybrid/static_library/xmake.lua b/tests/projects/hybrid/static_library/xmake.lua
index bc28df33f..5d0ef1494 100644
--- a/tests/projects/hybrid/static_library/xmake.lua
+++ b/tests/projects/hybrid/static_library/xmake.lua
@@ -17,7 +17,7 @@ target("demo")
target("demo2")
set_kind("binary")
- add_files("src/main2.cpp")
+ add_files("src/main2.cpp", "src/*.d")
if not is_plat("macosx") then
set_enabled(false)
end