Skip to content

Fix broken compilation on Redox.

Jeremy Soller requested to merge goyox86:fix-df-redox into master

Created by: goyox86

This fixes build when cross-compiling which happened to be broken when I removed a unused import.

Basically the CI compiles using the host compiler and not the Redox cross-compiled one.

Merge request reports