diff options
| author | ruki <[email protected]> | 2025-12-07 12:33:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-07 17:15:59 +0800 |
| commit | 58045d685b6daea07dbc641e84eaaa8527c6a189 (patch) | |
| tree | 0a8bf201e3d3f679039c22aa9e2d6f67c757928b /tests/projects/other/bin2obj/xmake.lua | |
| parent | bbfd1bd9a4ae413354f37f46935097cf591b6c6c (diff) | |
improve bin2c demo
Diffstat (limited to 'tests/projects/other/bin2obj/xmake.lua')
| -rw-r--r-- | tests/projects/other/bin2obj/xmake.lua | 2 |
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}) |
