summaryrefslogtreecommitdiff
path: root/xmake/core/tool/linker.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-04-23 20:02:18 +0800
committerruki <[email protected]>2016-04-23 20:02:18 +0800
commit48a228f6bb2e4870bf0e4952c0c752ddeae72219 (patch)
tree933c64e6834ef2d5a05ebd52eaffb210737b9033 /xmake/core/tool/linker.lua
parent31e930871e159dc022ddd1f7a326fcc120e2fb00 (diff)
add iphoneos platform
Diffstat (limited to 'xmake/core/tool/linker.lua')
-rw-r--r--xmake/core/tool/linker.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/tool/linker.lua b/xmake/core/tool/linker.lua
index 8d878a7d7..73f08bad0 100644
--- a/xmake/core/tool/linker.lua
+++ b/xmake/core/tool/linker.lua
@@ -229,7 +229,7 @@ end
function linker:_addflags_from_platform(flags)
-- add flags
- table.join2(flags, self:_mapflags(platform.get(self:_flagname())))
+ table.join2(flags, platform.get(self:_flagname()))
-- add the linkdirs flags
for _, linkdir in ipairs(table.wrap(platform.get("linkdirs"))) do