Skip to content

Commit 937d2fc

Browse files
committed
Fix macos
1 parent 37322df commit 937d2fc

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
@@ -86,7 +86,7 @@ ifeq ($(call has, VIRTIOSND), 1)
8686
endif
8787
endif
8888
ifeq ($(UNAME_S),Darwin)
89-
LDFLAGS += -framework AudioToolbox
89+
LDFLAGS += -framework CoreServices -framework CoreFoundation -framework AudioUnit -framework AudioToolbox -framework CoreAudio
9090
endif
9191

9292
CFLAGS += -Iportaudio/include

0 commit comments

Comments
 (0)