1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 16:16:35 +02:00

Add freebsd flags for ncursesw

This commit is contained in:
Ansa89
2014-07-06 21:23:58 +02:00
parent 16a82e1897
commit 612c0e1131
3 changed files with 7 additions and 0 deletions

3
cfg/FreeBSD.mk Normal file
View File

@ -0,0 +1,3 @@
# Specials options for freebsd systems
LIBS := $(filter-out ncursesw, $(LIBS))
LDFLAGS += -lncursesw