This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix macOS build
pull/297/head
falkTX
4 years ago
parent
0ea9558e3f
commit
bcbddc5da4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 +=
Write
Preview
Loading…
Cancel
Save