summaryrefslogtreecommitdiff
path: root/tests/projects/other/bin2obj/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-07 12:33:31 +0800
committerruki <[email protected]>2025-12-07 17:15:59 +0800
commit58045d685b6daea07dbc641e84eaaa8527c6a189 (patch)
tree0a8bf201e3d3f679039c22aa9e2d6f67c757928b /tests/projects/other/bin2obj/xmake.lua
parentbbfd1bd9a4ae413354f37f46935097cf591b6c6c (diff)
improve bin2c demo
Diffstat (limited to 'tests/projects/other/bin2obj/xmake.lua')
-rw-r--r--tests/projects/other/bin2obj/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/other/bin2obj/xmake.lua b/tests/projects/other/bin2obj/xmake.lua
index ed0de51fc..9541e17ae 100644
--- a/tests/projects/other/bin2obj/xmake.lua
+++ b/tests/projects/other/bin2obj/xmake.lua
@@ -5,4 +5,4 @@ target("test")
add_rules("utils.bin2obj", {extensions = {".bin", ".ico"}})
add_files("src/*.c")
add_files("src/data.bin", {zeroend = true})
- add_files("src/*.ico")
+ add_files("src/xmake.ico", {zeroend = false})