Skip to content

Commit 5ab131e

Browse files
committed
Use AudioToolbox
1 parent ff684e7 commit 5ab131e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ifeq ($(call has, VIRTIOSND), 1)
7171
ifeq ($(UNAME_S),Linux)
7272
LDFLAGS += -lasound -lpthread
7373
else ifeq ($(UNAME_S),Darwin)
74-
CFLAGS += -framework CoreAudio -pthread
74+
CFLAGS += -framework AudioToolbox -pthread
7575
endif
7676
CFLAGS += -Icnfa
7777

0 commit comments

Comments
 (0)