mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
enable slirp/fluidsynth for macOS SDL2 but not SDL1
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user