OpenTTD JGR: disabled fluidsynth, because it crashes

This commit is contained in:
Sergii Pylypenko
2019-09-03 21:23:51 +03:00
parent f2074457a4
commit 3f8e0ea9a9
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ CPU_TYPE=32
env LDFLAGS_BUILD="-L." \
env ANDROID=1 \
env CLANG=1 ../setEnvironment-$1.sh sh -c "cd openttd-$VER-$1 && env ../src/configure \
--with-sdl --with-freetype --with-png --with-zlib --with-icu --with-fluidsynth \
--with-sdl --with-freetype --with-png --with-zlib --with-icu --without-fluidsynth \
--with-lzo2=$LOCAL_PATH/../../../obj/local/$ARCH/liblzo2.so --prefix-dir='.' --data-dir='' \
--without-allegro --with-fontconfig --with-lzma --cpu-type=$CPU_TYPE --os=unix --cc-build=gcc --cxx-build=g++ --without-sse"
} || exit 1