summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-08-07 15:19:54 +0800
committerGitHub <[email protected]>2021-08-07 15:19:54 +0800
commitb88ee0743509944ac9cb1c54bf2feed7d4c596b5 (patch)
treec1e686bd86fd36950b04893a9d44ce2779e6bcad
parentf8fb074b73dd4317dd0f00a07b17cf9e9833f431 (diff)
Update xmake.lua
-rw-r--r--xmake/rules/utils/bin2c/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/utils/bin2c/xmake.lua b/xmake/rules/utils/bin2c/xmake.lua
index 12db55192..5110ea2fd 100644
--- a/xmake/rules/utils/bin2c/xmake.lua
+++ b/xmake/rules/utils/bin2c/xmake.lua
@@ -36,7 +36,7 @@ rule("utils.bin2c")
table.insert(argv, "-w")
table.insert(argv, tostring(linewidth))
end
- batchcmds:vrunv(os.programfile(), argv)
+ batchcmds:vrunv(os.programfile(), argv, {envs = {XMAKE_SKIP_HISTORY = "y"}})
-- add deps
batchcmds:add_depfiles(sourcefile_bin)