Skip to content
Snippets Groups Projects
Commit 729773db authored by samuela's avatar samuela
Browse files

Make sure we're cross-compiling zlib.

parent 237dc425
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,8 @@ function recipe_update { ...@@ -12,7 +12,8 @@ function recipe_update {
} }
function recipe_build { function recipe_build {
./configure --static --prefix=/ # See https://stackoverflow.com/questions/21396988/zlib-build-not-configuring-properly-with-cross-compiler-ignores-ar.
CHOST=x86_64-unknown-redox ./configure --static --prefix=/
make -j"$(nproc)" make -j"$(nproc)"
skip=1 skip=1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment