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
parent
commit
35d84ad012
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      exports/Makefile

+ 1
- 1
exports/Makefile View File

@@ -137,7 +137,7 @@ libgoto_hpl.def : $(GENSYM)


ifeq ($(OSNAME), Darwin) ifeq ($(OSNAME), Darwin)
ifeq ($(FIXED_LIBNAME),1) ifeq ($(FIXED_LIBNAME),1)
INTERNALNAME = $(LIBPREFIX)$(LIBNAMESUFFIX).dylib
INTERNALNAME = $(LIBPREFIX).dylib
else else
INTERNALNAME = $(LIBPREFIX).$(MAJOR_VERSION).dylib INTERNALNAME = $(LIBPREFIX).$(MAJOR_VERSION).dylib
endif endif


Loading…
Cancel
Save