Skip to content

Commit

Permalink
Fix build in certain distros
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed May 16, 2016
1 parent b061c43 commit 4194814
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 @@ -20,7 +20,7 @@ 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) -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)
LINK_WINE = -m32 -L/usr/lib32 -L/usr/lib32/wine -L/usr/lib/i386-linux-gnu/wine -lpthread -lrt $(LINK_FLAGS)

TARGETS = dssi-vst.so dssi-vst_gui vsthost dssi-vst-scanner.exe dssi-vst-server.exe

Expand Down

0 comments on commit 4194814

Please sign in to comment.