summaryrefslogtreecommitdiff
path: root/ios/CustomTarget_iOS.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ios/CustomTarget_iOS.mk')
-rw-r--r--ios/CustomTarget_iOS.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_iOS.mk b/ios/CustomTarget_iOS.mk
index eee114c94a9d..7effabcaa769 100644
--- a/ios/CustomTarget_iOS.mk
+++ b/ios/CustomTarget_iOS.mk
@@ -46,6 +46,7 @@ $(IOSKITXC) $(IOSAPPXC): $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i
-e "s'@CFLAGS@'$(gb_GLOBALDEFS)'g" \
-e "s'@CPLUSPLUSFLAGS@'$(gb_GLOBALDEFS)'g" \
-e "s'@SYMROOT@'$(WORKDIR)/ios/build'g" \
+ -e "s'@LDLIBS@'`$(SRCDIR)/bin/lo-all-static-libs`'g" \
$(SRCDIR)/ios/loApp.xcconfig.in > $(WORKDIR)/ios/loApp.xcconfig
ifeq ("$(wildcard $(IOSRES))","")