summaryrefslogtreecommitdiff
path: root/solenv/inc/unx.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-25 02:10:22 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-25 02:12:00 +0300
commit183cdcde76cd2794b16f5dec115e52cc8f4595ed (patch)
treea03978ccdb93a9f855812b6cdaceaa77ec787237 /solenv/inc/unx.mk
parent5d888d033a6576b59f834213bffc5a2c03a613d5 (diff)
Build just static libraries for iOS
Diffstat (limited to 'solenv/inc/unx.mk')
-rw-r--r--solenv/inc/unx.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk
index 88361b970be5..f15f3bc82c3f 100644
--- a/solenv/inc/unx.mk
+++ b/solenv/inc/unx.mk
@@ -182,7 +182,11 @@ SOLARSHAREDBIN=$(SOLARLIBDIR)
SONAME_SWITCH*=-h
.IF "$(UNIXVERSIONNAMES)"!=""
+.IF "$(OS)"=="IOS"
+DLLPOST!:=$($(UNIXVERSIONNAMES)_MAJOR)$(DLLPOST)
+.ELSE
DLLPOST!:=$(DLLPOST).$($(UNIXVERSIONNAMES)_MAJOR)
+.ENDIF
.ENDIF # "$(UNIXVERSIONNAMES)"!=""
# enable building/linking KDE-dependent code in both OOo and SO build environment