diff --git a/Makefile b/Makefile index 690e941b..a556d0bf 100644 --- a/Makefile +++ b/Makefile @@ -153,6 +153,8 @@ VERSION_EXT = ifeq ($(UNAME_S),Darwin) EXT = dylib VERSION_EXT = $(API_MAJOR).$(EXT) +#LDFLAGS += -install_name lib$(LIBNAME).$(VERSION_EXT) -current_version $(API_MAJOR) -compatibility_version $(API_MAJOR) +LDFLAGS += -install_name lib$(LIBNAME).$(VERSION_EXT) -current_version $(API_MAJOR).1 -compatibility_version $(API_MAJOR).1 AR_EXT = a ifneq ($(USE_SYS_DYN_MEM),yes) # remove string check because OSX kernel complains about missing symbols