enable slirp/fluidsynth for macOS SDL2 but not SDL1

This commit is contained in:
Wengier
2021-05-30 15:37:25 -04:00
parent a61435491e
commit fb6af0c875
4 changed files with 7 additions and 5 deletions

View File

@@ -57,6 +57,6 @@ export INTERNAL_FREETYPE=1
echo Compiling DOSBox-X
chmod +x configure
./configure --enable-core-inline --enable-debug=heavy --prefix=/usr --disable-avcodec "$@" || exit 1
./configure --enable-core-inline --enable-debug=heavy --prefix=/usr --disable-libfluidsynth --disable-libslirp --disable-avcodec "$@" || exit 1
make -j3 || exit 1