mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
liborbital: compile dynamically
This commit is contained in:
parent
013180b556
commit
cc93c7e467
@ -4,6 +4,7 @@ git = "https://gitlab.redox-os.org/redox-os/liborbital.git"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||
"${COOKBOOK_CARGO}" build --release
|
||||
"${COOKBOOK_MAKE}" install HOST="${TARGET}" DESTDIR="${COOKBOOK_STAGE}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user