Skip to content

Commit

Permalink
Additional libraries for host build
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Jun 19, 2013
1 parent 57e3319 commit 1819352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BUILD_FLAGS += $(shell pkg-config --cflags alsa liblo zlib)
LINK_FLAGS = $(shell pkg-config --libs zlib) $(LDFLAGS)

LINK_PLUGIN = -shared $(shell pkg-config --libs alsa jack) $(LINK_FLAGS)
LINK_HOST = $(shell pkg-config --libs alsa jack) $(LINK_FLAGS)
LINK_HOST = $(shell pkg-config --libs alsa jack) -lpthread -lrt $(LINK_FLAGS)
LINK_GUI = $(shell pkg-config --libs liblo) $(LINK_FLAGS)
LINK_WINE = -m32 -L/usr/lib32/wine -L/usr/lib/i386-linux-gnu/wine -lpthread -lrt $(LINK_FLAGS)

Expand Down

0 comments on commit 1819352

Please sign in to comment.