updates to fix option conflicts and config file generation

This commit is contained in:
Martin Kroeker
2024-02-15 14:31:11 +01:00
committed by GitHub
parent c90979d8ef
commit ca6b4961e4
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1523,7 +1523,7 @@ endif
ifndef LIBNAMESUFFIX
LIBNAMEBASE = $(SYMBOLPREFIX)$(LIBSONAMEBASE)$(SYMBOLSUFFIX)
else
LIBNAMEBASE = $(SYMBOLPREFIX)$(LIBSONAMEBASE)$(SYMBOLSUFFIX)_$(LIBNAMESUFFIX)
LIBNAMEBASE = $(SYMBOLPREFIX)$(LIBSONAMEBASE)$(SYMBOLSUFFIX)$(LIBNAMESUFFIX)
endif
ifeq ($(OSNAME), CYGWIN_NT)