We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43eef97 commit 5566919Copy full SHA for 5566919
Makefile
@@ -109,7 +109,7 @@ portaudio/Makefile:
109
git submodule update --init portaudio
110
$(PA_LIB): portaudio/Makefile
111
cd $(dir $<) && git clean -fdx && git reset --hard HEAD
112
- cd $(dir $<) && ./configure \
+ cd $(dir $<) && LDFLAGS="" ./configure \
113
--enable-static \
114
--disable-shared \
115
--without-samples \
0 commit comments