Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 81e61bc

Browse files
authored
Merge pull request #83 from shengwen-tw/portaudio_fix
PortAudio: Disable sndio in PortAudio to avoid missing -lsndio errors
2 parents 82f39b9 + 1637dff commit 81e61bc

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
@@ -100,7 +100,7 @@ ifeq ($(call has, VIRTIOSND), 1)
100100
portaudio/Makefile:
101101
git submodule update --init portaudio
102102
$(PORTAUDIOLIB): portaudio/Makefile
103-
cd $(dir $<) && ./configure
103+
cd $(dir $<) && ./configure --without-sndio
104104
$(MAKE) -C $(dir $<)
105105
main.o: $(PORTAUDIOLIB)
106106

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /