Skip to content
Snippets Groups Projects
Verified Commit c56c96e0 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

openttd: disable threads again

parent d5e8455c
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment