summaryrefslogtreecommitdiff
path: root/xmake/modules/private/utils
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-07 08:06:04 +0800
committerruki <[email protected]>2025-12-07 17:15:59 +0800
commit1c5bf925dc824a6032832c7c8b7461981f512edb (patch)
treeb4669d6e4d0596c8dbd072ddcda9bb1d90d3b6cf /xmake/modules/private/utils
parentbce2cef4a7832f9df5b9e41e8b1689a5490249b3 (diff)
fix some review tips
Diffstat (limited to 'xmake/modules/private/utils')
-rw-r--r--xmake/modules/private/utils/bin2obj.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/utils/bin2obj.lua b/xmake/modules/private/utils/bin2obj.lua
index 7ee7ea3a1..37c78b633 100644
--- a/xmake/modules/private/utils/bin2obj.lua
+++ b/xmake/modules/private/utils/bin2obj.lua
@@ -31,7 +31,7 @@ local options = {
function _do_bin2obj_coff(binarypath, outputpath, opt)
-- get symbol prefix
- local symbol_prefix = opt["symbol-prefix"] or opt.symbol_prefix or "_binary_"
+ local symbol_prefix = opt["symbol-prefix"] or "_binary_"
-- get architecture
local arch = opt.arch