aboutsummaryrefslogtreecommitdiff
path: root/src/zen/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/zen/xmake.lua')
-rw-r--r--src/zen/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zen/xmake.lua b/src/zen/xmake.lua
index e470f4f84..7ea851873 100644
--- a/src/zen/xmake.lua
+++ b/src/zen/xmake.lua
@@ -24,7 +24,7 @@ target("zen")
add_ldflags("-framework CoreFoundation")
add_ldflags("-framework Security")
add_ldflags("-framework SystemConfiguration")
- add_ldflags("-sectcreate,__TEXT,__info_plist,$(projectdir)/src/zen/info.plist")
+ add_ldflags("-Wl,-sectcreate,__TEXT,__info_plist,$(projectdir)/src/zen/info.plist")
add_syslinks("bsm")
end