Skip to content

Commit ed9b845

Browse files
committed
Set LDFLAGS
1 parent 5ab131e commit ed9b845

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

0 commit comments

Comments
 (0)