Add -ltinfo to LIBS variable in hstr.pro #363

This commit is contained in:
Martin Dvorak 2019-12-07 06:43:39 +01:00 committed by GitHub
commit 8856867bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ CONFIG -= app_bundle
CONFIG -= qt
# -L for where to look for library, -l for linking the library
LIBS += -lm -lreadline -lncursesw
LIBS += -lm -lreadline -lncursesw -ltinfo
SOURCES += \
src/hashset.c \