diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-05-26 01:03:15 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-05-26 01:04:22 +0300 |
commit | bcf04a28cc49a9f605dc0d116449a3a4479369e1 (patch) | |
tree | c01dda0afa53c06af4990c2d0e5eab245d2dfe14 | |
parent | 4fe673f6fa5d95d02ed03a16814486b1b9ee33e2 (diff) |
Don't use version numbers in the static libs built for iOS
-rw-r--r-- | solenv/inc/unx.mk | 4 |
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)"!="" |