openttd: Enable threads

This commit is contained in:
Jeremy Soller 2018-12-29 08:23:57 -07:00
parent 771c5c7ce0
commit 43bfb21a5a
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 --without-threads
./configure --build=`gcc -dumpmachine` --host=${HOST} --prefix='' --enable-static --without-liblzo2 --disable-network
make VERBOSE=1 -j"$(nproc)"
skip=1
}