Skip to content

Commit eb97daf

Browse files
committed
update
1 parent 2fb2b89 commit eb97daf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ifeq ($(UNAME_S),Linux)
6767
endif
6868
endif
6969
ifeq ($(UNAME_S),Darwin)
70-
ifeq (0, $(call check-ca))
70+
ifeq (0, $(call check-coreaudio))
7171
$(warning No CoreAudio installed Check AudioToolbox in advance.)
7272
ENABLE_VIRTIOSND := 0
7373
endif
@@ -91,9 +91,9 @@ ifeq ($(call has, VIRTIOSND), 1)
9191
endif
9292

9393
CFLAGS += -Iportaudio/include
94-
# PortAudio requires libm, yet we set -lm in the end of LDFLAGS
95-
# so that the other libraries will be benefited for no need to set
96-
# -lm separately.
94+
# PortAudio requires libm, yet we set -lm in the end of LDFLAGS
95+
# so that the other libraries will be benefited for no need to set
96+
# -lm separately.
9797
LDFLAGS += -lpthread
9898

9999
portaudio/Makefile:

0 commit comments

Comments
 (0)