Skip to content

Commit

Permalink
Merge pull request #4658 from mattip/remove-extra-suffix
Browse files Browse the repository at this point in the history
do not add LIBNAMESUFFIX to dylib
  • Loading branch information
martin-frbg authored Apr 23, 2024
2 parents f6eadf0 + 94feadf commit 35d84ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exports/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35d84ad

Please sign in to comment.