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

fix macOS build (#494)

This commit is contained in:
Sebastian Schmidt
2018-04-01 11:10:17 +10:00
committed by JFreegman
parent 29aea0b42c
commit 7621fe9a62
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@ PKG_CONFIG_PATH = $(shell export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/o
LIBS := $(filter-out ncursesw, $(LIBS))
# OS X ships a usable, recent version of ncurses, but calls it ncurses not ncursesw.
LDFLAGS += -lncurses -lalut -ltoxav -ltoxcore -lcurl -lconfig -ltoxencryptsave -g
LDFLAGS += -lncurses -lalut -ltoxcore -lcurl -lconfig -lqrencode -lpng -lopenal -g
CFLAGS += -I/usr/local/opt/freealut/include/AL -I/usr/local/opt/glib/include/glib-2.0 -g
OSX_LIBRARIES = -lobjc -lresolv