From bac8cc70ec7fc16b02233f387a691a76cb63384b Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 4 Feb 2014 08:37:55 +0100 Subject: [PATCH] Use versioned library names on Darwin too --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7e457e92..4df80d6b 100644 --- a/Makefile +++ b/Makefile @@ -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