mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
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:
commit
01c21e7e81
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user