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

openttd: Enable threads

parent 771c5c7c
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ function recipe_update { ...@@ -14,7 +14,7 @@ function recipe_update {
} }
function recipe_build { 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)" make VERBOSE=1 -j"$(nproc)"
skip=1 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