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