Browse Source

do not add LIBNAMESUFFIX to dylib

tags/v0.3.28^2
Matti Picus 1 year ago
parent
commit
94feadf242
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 ($(FIXED_LIBNAME),1)
INTERNALNAME = $(LIBPREFIX)$(LIBNAMESUFFIX).dylib
INTERNALNAME = $(LIBPREFIX).dylib
else
INTERNALNAME = $(LIBPREFIX).$(MAJOR_VERSION).dylib
endif


Loading…
Cancel
Save