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 5ab131e commit ed9b845Copy full SHA for ed9b845
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 AudioToolbox -pthread
+ LDFLAGS += -framework AudioToolbox -pthread
75
endif
76
CFLAGS += -Icnfa
77
0 commit comments