commit bcbddc5da48e54e82e041dc67ce53b7d8d7295bf parent 0ea9558e3f74eeaecf25eecb415a94856e63983e Author: falkTX <falktx@falktx.com> Date: Sun, 4 Jul 2021 10:02:58 +0100 Fix macOS build Diffstat:
M | Makefile.plugins.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.plugins.mk b/Makefile.plugins.mk @@ -54,7 +54,7 @@ BASE_FLAGS += -DHAVE_PULSEAUDIO endif ifeq ($(MACOS),true) -JACK_LIBS += -framework CoreAudio +JACK_LIBS += -framework CoreAudio -framework CoreFoundation else ifeq ($(WINDOWS),true) # TODO JACK_LIBS +=