This commit is contained in:
ca333
2019-02-22 01:48:44 +01:00
committed by GitHub
parent ff9f59279b
commit c7b070e91c

View File

@@ -29,7 +29,7 @@ CC = x86_64-w64-mingw32-gcc
CFLAGS= -g -O2 -I./ncurses/include -I./ncurses/include/ncursesw -I../../../depends/x86_64-w64-mingw32/include
#LIBS=-lcurses
LIBS = -L./ncurses/lib -lncursesw
LIBS = -L./ncurses/lib -lncursesw -lcurl
#RM=rm -f
RM = rm -f