We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c5382 commit cec9b23Copy full SHA for cec9b23
Makefile
@@ -1,7 +1,7 @@
1
-CFLAGS = $(shell pkg-config --cflags freetype2 x11 openal)
+CFLAGS += $(shell pkg-config --cflags freetype2 x11 openal)
2
CFLAGS += $(shell pkg-config --cflags dbus-1)
3
CFLAGS += -g -pthread -std=gnu99
4
-LDFLAGS = $(shell pkg-config --libs freetype2 x11 openal)
+LDFLAGS += $(shell pkg-config --libs freetype2 x11 openal)
5
LDFLAGS += $(shell pkg-config --libs dbus-1)
6
LDFLAGS += -lX11 -lXft -lXrender -ltoxcore -ltoxav -ltoxdns -lopenal -pthread -lresolv -ldl -lm -lfontconfig -lv4lconvert -lvpx -lXext
7
0 commit comments