Skip to content

Commit 882d46c

Browse files
committed
Debug
1 parent de5b018 commit 882d46c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ ifeq ($(call has, VIRTIOSND), 1)
9999
portaudio/Makefile:
100100
git submodule update --init portaudio
101101
$(PORTAUDIOLIB): portaudio/Makefile
102-
$(MAKE) -C $(dir $<) ./configure
102+
$(MAKE) -C $(dir $<) autoreconf
103+
$(MAKE) -C $(dir $<) configure
103104
$(MAKE) -C $(dir $<)
104105
main.o: $(PORTAUDIOLIB)
105106

0 commit comments

Comments
 (0)