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 57b248a commit 157cf76Copy full SHA for 157cf76
macos/build.sh
@@ -30,7 +30,8 @@ CFLAGS="$SDK_OPTIONS -I$DEPS_PREFIX/include" \
30
CXXFLAGS="$CFLAGS" \
31
OBJCFLAGS="$CFLAGS" \
32
OBJCXXFLAGS="$CFLAGS" \
33
-./autogen.sh $SDK_AUTOCONF_BUILD --prefix=$SM_PREFIX --without-qt --without-jack --without-ao --disable-shared --with-download-instruments || die "configure failed"
+./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"
35
cd $MACOS_DIR || die "cd macos_dir"
36
37
source ./config.sh || die "source config.sh"
0 commit comments