mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'revert-extrautils' into 'master'
Revert dynamically link extrautils See merge request redox-os/cookbook!696
This commit is contained in:
commit
85b4716ec2
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user