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 5786352 commit fac4510Copy full SHA for fac4510
Makefile
@@ -62,14 +62,15 @@ ifeq ($(UNAME_S),Darwin)
62
ifeq (0, $(call check-coreaudio))
63
$(warning No CoreAudio framework installed.)
64
ENABLE_VIRTIOSND := 0
65
+ endif
66
endif
67
$(call set-feature, VIRTIOSND)
68
ifeq ($(call has, VIRTIOSND), 1)
69
OBJS_EXTRA += virtio-snd.o
70
71
ifeq ($(UNAME_S),Linux)
72
LDFLAGS += -lasound -lpthread
- else ifeq($(UNAME_S),Darwin)
73
+ else ifeq ($(UNAME_S),Darwin)
74
LDFLAGS += lpthread
75
CFLAGS += -framework CoreAudio
76
0 commit comments