diff --git a/recipes/openttd/recipe.sh b/recipes/openttd/recipe.sh index 018f9d0a2..42c838bf2 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 }