summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-05 23:00:01 +0800
committerGitHub <[email protected]>2021-12-05 23:00:01 +0800
commiteab65cb4c758e0d9c16fc6c606dfa7616a491787 (patch)
tree38f2987e0a1e5a0974418846a4275a4190eded5e
parent23c04732766ba2db5e5caea09d7d31f7d8631a97 (diff)
Update xmake.lua
-rw-r--r--xmake/rules/utils/bin2c/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/utils/bin2c/xmake.lua b/xmake/rules/utils/bin2c/xmake.lua
index 79b52fe73..409162f00 100644
--- a/xmake/rules/utils/bin2c/xmake.lua
+++ b/xmake/rules/utils/bin2c/xmake.lua
@@ -99,7 +99,6 @@ end
-- main entry
function main(...)
- print("sss")
-- parse arguments
local argv = {...}
local opt = option.parse(argv, options, "Print c/c++ code files from the given binary file."