mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Fix liborbital for non x86_64 targets
This commit is contained in:
parent
2050bb106b
commit
ff65ed2fec
@ -7,5 +7,6 @@ script = """
|
||||
DYNAMIC_STATIC_INIT
|
||||
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||
"${COOKBOOK_CARGO}" build --release
|
||||
"${COOKBOOK_MAKE}" install HOST="${TARGET}" DESTDIR="${COOKBOOK_STAGE}"
|
||||
# other than x86_64 this will trigger error because of lacking .so files, which is fine
|
||||
"${COOKBOOK_MAKE}" install HOST="${TARGET}" DESTDIR="${COOKBOOK_STAGE}" || true
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user