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 9731cae commit ee0bdb4Copy full SHA for ee0bdb4
macos/build.sh
@@ -31,7 +31,7 @@ CXXFLAGS="$CFLAGS" \
31
OBJCFLAGS="$CFLAGS" \
32
OBJCXXFLAGS="$CFLAGS" \
33
./autogen.sh $SDK_AUTOCONF_BUILD --prefix=$SM_PREFIX --without-qt --without-jack --without-ao --without-fontconfig \
34
- --disable-shared --with-download-instruments || die "configure failed"
+ --disable-shared --with-static-fftw --with-download-instruments || die "configure failed"
35
cd $MACOS_DIR || die "cd macos_dir"
36
37
source ./config.sh || die "source config.sh"
0 commit comments