Merge branch 'revert-extrautils' into 'master'

Revert dynamically link extrautils

See merge request redox-os/cookbook!696
This commit is contained in:
Jeremy Soller 2025-11-20 06:43:42 -07:00
commit 85b4716ec2

View File

@ -7,7 +7,8 @@ dependencies = [
"xz"
]
script = """
DYNAMIC_INIT
# TODO: Can't be linked correctly yet
# DYNAMIC_INIT
if [ "${COOKBOOK_DYNAMIC}" != "1" ]; then
install_flags+=" --features=static"