Browse Source
Merge pull request #4658 from mattip/remove-extra-suffix
do not add LIBNAMESUFFIX to dylib
tags/v0.3.28^2
Martin Kroeker
GitHub
1 year ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|