Skip to content

Commit

Permalink
improve internal names
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Feb 6, 2024
1 parent 9ef10ff commit 25b300b
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).dylib
INTERNALNAME = $(LIBPREFIX)$(LIBSONAMEBASE)$(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).so
INTERNALNAME = $(LIBPREFIX)$(LIBSONAMEBASE)$(LIBNAMESUFFIX).so
else
INTERNALNAME = $(LIBPREFIX).so.$(MAJOR_VERSION)
endif
Expand Down

0 comments on commit 25b300b

Please sign in to comment.