diff --git a/recipes/openttd/recipe.sh b/recipes/openttd/recipe.sh index 018f9d0a2d0ca0b03234fe9d93a52229a02570ea..42c838bf2a4221d4cdfa950ca57a22d9969edad2 100644 --- a/recipes/openttd/recipe.sh +++ b/recipes/openttd/recipe.sh @@ -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 }