Skip to content

Commit cec9b23

Browse files
committed
Instead of overriding, append flags
1 parent f7c5382 commit cec9b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
CFLAGS = $(shell pkg-config --cflags freetype2 x11 openal)
1+
CFLAGS += $(shell pkg-config --cflags freetype2 x11 openal)
22
CFLAGS += $(shell pkg-config --cflags dbus-1)
33
CFLAGS += -g -pthread -std=gnu99
4-
LDFLAGS = $(shell pkg-config --libs freetype2 x11 openal)
4+
LDFLAGS += $(shell pkg-config --libs freetype2 x11 openal)
55
LDFLAGS += $(shell pkg-config --libs dbus-1)
66
LDFLAGS += -lX11 -lXft -lXrender -ltoxcore -ltoxav -ltoxdns -lopenal -pthread -lresolv -ldl -lm -lfontconfig -lv4lconvert -lvpx -lXext
77

0 commit comments

Comments
 (0)