summaryrefslogtreecommitdiff
path: root/ios/lo.xcconfig.in
diff options
context:
space:
mode:
authorRoi Illouz <roi.illouz@cloudon.com>2013-10-21 18:15:14 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-22 09:00:54 +0000
commitd1c26cd0ada103086358a7d45f6918678a06fcbe (patch)
tree22510354dac7353a4112a4ef01cde57943204084 /ios/lo.xcconfig.in
parent5d9889070846e2e0d1d836ecf867590ebee7c027 (diff)
Created an automatic lib linkage with no copy to source tree
Change-Id: I60384fdb4307b71d84072a0268e75abead8c5896 Reviewed-on: https://gerrit.libreoffice.org/6368 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'ios/lo.xcconfig.in')
-rw-r--r--ios/lo.xcconfig.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/lo.xcconfig.in b/ios/lo.xcconfig.in
index f4e16a989201..4b2888bfcb67 100644
--- a/ios/lo.xcconfig.in
+++ b/ios/lo.xcconfig.in
@@ -18,6 +18,8 @@ LO_OUTDIR = @OUTDIR@
LO_SRCDIR = @SRC_ROOT@
LO_WORKDIR = @WORKDIR@
+LO_LDFLAGS =
+
// These are actual Xcode-known settings. The corresponding autoconf
// variables are prefixed with XCODE_ to make it clear in configure.ac
// what they will be used for.