Use versioned library names on Darwin too

This commit is contained in:
pancake 2014-02-04 08:37:55 +01:00
parent e030e1880e
commit 26943331c6
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ VERSION_EXT =
# OSX?
ifeq ($(UNAME_S),Darwin)
EXT = dylib
VERSION_EXT = $(API_MAJOR).$(EXT)
AR_EXT = a
ifneq ($(USE_SYS_DYN_MEM),yes)
# remove string check because OSX kernel complains about missing symbols