summaryrefslogtreecommitdiff
path: root/xmake
diff options
context:
space:
mode:
Diffstat (limited to 'xmake')
-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