Skip to content

Commit ee0bdb4

Browse files
committed
MACOS: build with --with-static-fftw
Signed-off-by: Stefan Westerfeld <[email protected]>
1 parent 9731cae commit ee0bdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macos/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ CXXFLAGS="$CFLAGS" \
3131
OBJCFLAGS="$CFLAGS" \
3232
OBJCXXFLAGS="$CFLAGS" \
3333
./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"
34+
--disable-shared --with-static-fftw --with-download-instruments || die "configure failed"
3535
cd $MACOS_DIR || die "cd macos_dir"
3636

3737
source ./config.sh || die "source config.sh"

0 commit comments

Comments
 (0)