From 94feadf2424f83176a10f52f3714c7c2bbb4111f Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Wed, 17 Apr 2024 09:24:51 +1000 Subject: [PATCH] do not add LIBNAMESUFFIX to dylib --- exports/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exports/Makefile b/exports/Makefile index 27a291f34..239171d44 100644 --- a/exports/Makefile +++ b/exports/Makefile @@ -137,7 +137,7 @@ libgoto_hpl.def : $(GENSYM) ifeq ($(OSNAME), Darwin) ifeq ($(FIXED_LIBNAME),1) -INTERNALNAME = $(LIBPREFIX)$(LIBNAMESUFFIX).dylib +INTERNALNAME = $(LIBPREFIX).dylib else INTERNALNAME = $(LIBPREFIX).$(MAJOR_VERSION).dylib endif