We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37322df commit 937d2fcCopy full SHA for 937d2fc
Makefile
@@ -86,7 +86,7 @@ ifeq ($(call has, VIRTIOSND), 1)
86
endif
87
88
ifeq ($(UNAME_S),Darwin)
89
- LDFLAGS += -framework AudioToolbox
+ LDFLAGS += -framework CoreServices -framework CoreFoundation -framework AudioUnit -framework AudioToolbox -framework CoreAudio
90
91
92
CFLAGS += -Iportaudio/include
0 commit comments