Use versioned library names on Darwin too

This commit is contained in:
pancake 2014-02-04 08:37:55 +01:00 committed by Nguyen Anh Quynh
parent 6d09b90585
commit bac8cc70ec
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,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