Skip to content

Commit e6ae4b6

Browse files
authored
Merge pull request #4627 from mattip/soname
remove extraneous suffix from shared object SONAME
2 parents 45dbf50 + 4d96e0c commit e6ae4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exports/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ FEXTRALIB += -lm
178178
EXTRALIB += -lm
179179
else
180180
ifeq ($(FIXED_LIBNAME),1)
181-
INTERNALNAME = $(LIBPREFIX)$(LIBNAMESUFFIX).so
181+
INTERNALNAME = $(LIBPREFIX).so
182182
else
183183
INTERNALNAME = $(LIBPREFIX).so.$(MAJOR_VERSION)
184184
endif

0 commit comments

Comments
 (0)