diff --git a/Makefile b/Makefile index b15e0f5..629d1cd 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ ifeq ($(call has, VIRTIOSND), 1) portaudio/Makefile: git submodule update --init portaudio $(PORTAUDIOLIB): portaudio/Makefile - cd $(dir $<) && ./configure + cd $(dir $<) && ./configure --without-sndio $(MAKE) -C $(dir $<) main.o: $(PORTAUDIOLIB)