Skip to content

Commit

Permalink
fix duplication of name parts
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Feb 9, 2024
1 parent bb96e46 commit 10ea3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exports/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ libgoto_hpl.def : $(GENSYM)

ifeq ($(OSNAME), Darwin)
ifeq ($(FIXED_LIBNAME),1)
INTERNALNAME = $(LIBPREFIX)$(LIBSONAMEBASE)$(LIBNAMESUFFIX).dylib
INTERNALNAME = $(LIBPREFIX)$(LIBNAMESUFFIX).dylib
else
INTERNALNAME = $(LIBPREFIX).$(MAJOR_VERSION).dylib
endif
Expand Down Expand Up @@ -174,7 +174,7 @@ FEXTRALIB += -lm
EXTRALIB += -lm
else
ifeq ($(FIXED_LIBNAME),1)
INTERNALNAME = $(LIBPREFIX)$(LIBSONAMEBASE)$(LIBNAMESUFFIX).so
INTERNALNAME = $(LIBPREFIX)$(LIBNAMESUFFIX).so
else
INTERNALNAME = $(LIBPREFIX).so.$(MAJOR_VERSION)
endif
Expand Down

0 comments on commit 10ea3fb

Please sign in to comment.