diff options
| author | ruki <[email protected]> | 2021-08-07 15:19:54 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-07 15:19:54 +0800 |
| commit | b88ee0743509944ac9cb1c54bf2feed7d4c596b5 (patch) | |
| tree | c1e686bd86fd36950b04893a9d44ce2779e6bcad | |
| parent | f8fb074b73dd4317dd0f00a07b17cf9e9833f431 (diff) | |
Update xmake.lua
| -rw-r--r-- | xmake/rules/utils/bin2c/xmake.lua | 2 |
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) |
