diff options
author | Roi Illouz <roi.illouz@cloudon.com> | 2013-10-22 13:46:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-22 10:54:37 +0000 |
commit | 073ee020d01da56906ab1d40a3688a372f423fb2 (patch) | |
tree | d5764f7dd7cc18dc7135b7520547cd6182693609 /ios/lo.xcconfig.in | |
parent | ee5661ecd3bbeae38b04cd3f582a320a231d11bd (diff) |
emantic name changing fro LO_LDFLAGS to LINK_LDFLAGS
Change-Id: Iee16bd0d774a9c24834a2a0882d301a9255d7bd9
Reviewed-on: https://gerrit.libreoffice.org/6372
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/lo.xcconfig.in b/ios/lo.xcconfig.in index 4b2888bfcb67..76490671822d 100644 --- a/ios/lo.xcconfig.in +++ b/ios/lo.xcconfig.in @@ -18,7 +18,7 @@ LO_OUTDIR = @OUTDIR@ LO_SRCDIR = @SRC_ROOT@ LO_WORKDIR = @WORKDIR@ -LO_LDFLAGS = +LINK_LDFLAGS = // These are actual Xcode-known settings. The corresponding autoconf // variables are prefixed with XCODE_ to make it clear in configure.ac |