Skip to content

Commit f1550e1

Browse files
committed
fix
1 parent a73d91d commit f1550e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +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
103-
$(MAKE) -C $(dir $<) && $(MAKE)
102+
$(MAKE) -C $(dir $<) ./configure
103+
$(MAKE) -C $(dir $<) $(MAKE)
104104
main.o: $(PORTAUDIOLIB)
105105

106106
# suppress warning when compiling PortAudio

0 commit comments

Comments
 (0)