From b77274a8094600469127295fe590ec18fc566da8 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 4 Mar 2018 11:39:28 -0500 Subject: [PATCH] Fixed typo which re-enables JACK for Linux when built with RTAUDIO_ALL_APIS=1 --- dep/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/Makefile b/dep/Makefile index b49bb6f7..5fe02eab 100755 --- a/dep/Makefile +++ b/dep/Makefile @@ -153,7 +153,7 @@ ifeq ($(ARCH),mac) RTAUDIO_FLAGS += -DAUDIO_UNIX_JACK=ON endif ifeq ($(ARCH),lin) -RTAUDIO_FLAGS += -DAUDIO_LINUX_PULSE=ON -DAUDIO_LINUX_JACK=ON +RTAUDIO_FLAGS += -DAUDIO_LINUX_PULSE=ON -DAUDIO_UNIX_JACK=ON endif endif