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

Merge branch 'master' of https://github.com/redox-os/cookbook

parents dfdfeb3b c38dba0c
No related branches found
No related tags found
No related merge requests found
VERSION=1.8
GIT=https://github.com/OpenTTD/OpenTTD.git
BRANCH=release/$VERSION
BUILD_DEPENDS=(sdl liborbital zlib)
BUILD_DEPENDS=(sdl liborbital zlib xz)
function recipe_version {
echo "$VERSION"
......@@ -14,7 +14,7 @@ function recipe_update {
}
function recipe_build {
./configure --build=`gcc -dumpmachine` --host=${HOST} --prefix='' --enable-static --without-lzma --without-liblzo2 --disable-network --without-threads
./configure --build=`gcc -dumpmachine` --host=${HOST} --prefix='' --enable-static --without-liblzo2 --disable-network --without-threads
make VERBOSE=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