Skip to content
Snippets Groups Projects
Commit bc57d89d authored by mattijs's avatar mattijs
Browse files

COMP: setSet: extraneous library

parent d73ae169
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ if [ -f /usr/include/readline/readline.h -a "${1%NO_READLINE}" = "$1" ] ...@@ -14,7 +14,7 @@ if [ -f /usr/include/readline/readline.h -a "${1%NO_READLINE}" = "$1" ]
then then
echo "Found <readline/readline.h> -- enabling readline support." echo "Found <readline/readline.h> -- enabling readline support."
export COMP_FLAGS="-DHAS_READLINE" export COMP_FLAGS="-DHAS_READLINE"
export LINK_FLAGS="-lreadline -lncurses" export LINK_FLAGS="-lreadline"
fi fi
wmake wmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment