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.
2 parents 2d6db60 + 5566919 commit b66c400Copy full SHA for b66c400
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