Use versioned library names on Darwin too
This commit is contained in:
parent
e030e1880e
commit
26943331c6
1
Makefile
1
Makefile
|
@ -186,6 +186,7 @@ VERSION_EXT =
|
||||||
# OSX?
|
# OSX?
|
||||||
ifeq ($(UNAME_S),Darwin)
|
ifeq ($(UNAME_S),Darwin)
|
||||||
EXT = dylib
|
EXT = dylib
|
||||||
|
VERSION_EXT = $(API_MAJOR).$(EXT)
|
||||||
AR_EXT = a
|
AR_EXT = a
|
||||||
ifneq ($(USE_SYS_DYN_MEM),yes)
|
ifneq ($(USE_SYS_DYN_MEM),yes)
|
||||||
# remove string check because OSX kernel complains about missing symbols
|
# remove string check because OSX kernel complains about missing symbols
|
||||||
|
|
Loading…
Reference in New Issue