Merge pull request #4658 from mattip/remove-extra-suffix

do not add LIBNAMESUFFIX to dylib
This commit is contained in:
Martin Kroeker 2024-04-23 11:03:33 +02:00 committed by GitHub
commit 35d84ad012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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