summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-26 01:03:15 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-26 01:04:22 +0300
commitbcf04a28cc49a9f605dc0d116449a3a4479369e1 (patch)
treec01dda0afa53c06af4990c2d0e5eab245d2dfe14 /solenv
parent4fe673f6fa5d95d02ed03a16814486b1b9ee33e2 (diff)
Don't use version numbers in the static libs built for iOS
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/unx.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk
index f15f3bc82c3f..b4cd69ff06e5 100644
--- a/solenv/inc/unx.mk
+++ b/solenv/inc/unx.mk
@@ -182,9 +182,7 @@ SOLARSHAREDBIN=$(SOLARLIBDIR)
SONAME_SWITCH*=-h
.IF "$(UNIXVERSIONNAMES)"!=""
-.IF "$(OS)"=="IOS"
-DLLPOST!:=$($(UNIXVERSIONNAMES)_MAJOR)$(DLLPOST)
-.ELSE
+.IF "$(OS)"!="IOS"
DLLPOST!:=$(DLLPOST).$($(UNIXVERSIONNAMES)_MAJOR)
.ENDIF
.ENDIF # "$(UNIXVERSIONNAMES)"!=""