8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +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) LIBEDITLINE := -l$(READLINE)
else else
LIBEDITLINE := $(LIB)/libedit.a LIBEDITLINE := $(LIB)/libedit.a
TERMLIB := -l@TERMLIB@
endif endif
TERMLIB := -l@TERMLIB@
endif endif
# Shared library name for usage inside of the UDF # Shared library name for usage inside of the UDF