Skip to content

Commit

Permalink
Fix macOS build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 7, 2023
1 parent cc184ca commit 0ba6fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endif

JACK_CFLAGS = $(shell pkg-config --cflags jack)
ifeq ($(MACOS),true)
JACK_LIBS = $(shell pkg-config --libs-only-L jack) -Wl,-Bdynamic -ljack -Wl,-Bstatic
JACK_LIBS = $(shell pkg-config --libs-only-L jack) -ljack
else ifeq ($(WINDOWS),true)
JACK_LIBS = $(shell pkg-config --libs-only-L jack) -Wl,-Bdynamic -ljack64 -Wl,-Bstatic
else
Expand Down

0 comments on commit 0ba6fdc

Please sign in to comment.