Skip to content

Commit cec5be2

Browse files
committed
Use -lpthread
1 parent ed9b845 commit cec5be2

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-
LDFLAGS += -framework AudioToolbox -pthread
74+
LDFLAGS += -framework AudioToolbox -lpthread
7575
endif
7676
CFLAGS += -Icnfa
7777

0 commit comments

Comments
 (0)