mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 05:06:35 +02:00
Added check and define for wide char support
Try to figure out if wide character support is available and provide the necessary define for toxic.
This commit is contained in:
@ -15,7 +15,8 @@ toxic_SOURCES = $(top_srcdir)/src/main.c \
|
||||
$(top_srcdir)/src/dhtstatus.h \
|
||||
$(top_srcdir)/src/dhtstatus.c
|
||||
|
||||
toxic_CFLAGS = $(NCURSES_CFLAGS) \
|
||||
toxic_CFLAGS = -I$(top_srcdir) \
|
||||
$(NCURSES_CFLAGS) \
|
||||
$(LIBSODIUM_CFLAGS) \
|
||||
$(LIBTOXCORE_CFLAGS)
|
||||
|
||||
|
Reference in New Issue
Block a user