Skip to content

Enable dynamic linking for Redox

The rust recipe has this, but it's ignored.

[target.x86_64-unknown-redox]
crt-static = false

This will fix linking because all sysroot files is .so files.

Merge request reports

Loading