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 ff684e7 commit 5ab131eCopy full SHA for 5ab131e
Makefile
@@ -71,7 +71,7 @@ ifeq ($(call has, VIRTIOSND), 1)
71
ifeq ($(UNAME_S),Linux)
72
LDFLAGS += -lasound -lpthread
73
else ifeq ($(UNAME_S),Darwin)
74
- CFLAGS += -framework CoreAudio -pthread
+ CFLAGS += -framework AudioToolbox -pthread
75
endif
76
CFLAGS += -Icnfa
77
0 commit comments