openttd: disable threads again

This commit is contained in:
Jeremy Soller 2018-12-29 08:53:03 -07:00
parent d5e8455c48
commit c56c96e0a7
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -14,7 +14,7 @@ function recipe_update {
}
function recipe_build {
./configure --build=`gcc -dumpmachine` --host=${HOST} --prefix='' --enable-static --without-liblzo2 --disable-network
./configure --build=`gcc -dumpmachine` --host=${HOST} --prefix='' --enable-static --without-liblzo2 --disable-network --without-threads
make VERBOSE=1 -j"$(nproc)"
skip=1
}