mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-10 17:18:35 +08:00
Add -ltinfo to LIBS variable in hstr.pro #363
This commit is contained in:
commit
8856867bc8
1 changed files with 1 additions and 1 deletions
2
hstr.pro
2
hstr.pro
|
@ -28,7 +28,7 @@ CONFIG -= app_bundle
|
||||||
CONFIG -= qt
|
CONFIG -= qt
|
||||||
|
|
||||||
# -L for where to look for library, -l for linking the library
|
# -L for where to look for library, -l for linking the library
|
||||||
LIBS += -lm -lreadline -lncursesw
|
LIBS += -lm -lreadline -lncursesw -ltinfo
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
src/hashset.c \
|
src/hashset.c \
|
||||||
|
|
Loading…
Reference in a new issue