8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Support use of system libedit

This commit is contained in:
AlexPeshkoff 2022-09-15 16:59:34 +03:00
parent dd969d1b17
commit fa154ca832

View File

@ -267,8 +267,8 @@ ifeq ($(EDITLINE_FLG),Y)
LIBEDITLINE := -l$(READLINE)
else
LIBEDITLINE := $(LIB)/libedit.a
TERMLIB := -l@TERMLIB@
endif
TERMLIB := -l@TERMLIB@
endif
# Shared library name for usage inside of the UDF