Merge branch 'samuela-master-patch-85258' into 'master'

Make sure we're cross-compiling zlib

See merge request redox-os/cookbook!233
This commit is contained in:
Jeremy Soller 2020-01-20 16:24:01 +00:00
commit 01c21e7e81

View File

@ -12,7 +12,8 @@ function recipe_update {
}
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)"
skip=1
}