liborbital: compile dynamically

This commit is contained in:
Jeremy Soller 2025-04-11 12:26:26 -06:00
parent 013180b556
commit cc93c7e467
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -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}"