Browse Source

Fix macOS build

pull/297/head
falkTX 4 years ago
parent
commit
bcbddc5da4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.plugins.mk

+ 1
- 1
Makefile.plugins.mk View File

@@ -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 +=


Loading…
Cancel
Save