Skip to content

Fix compile on redox

Jeremy Soller requested to merge redox into master

Redox still sets cfg(unix), this is a cfg that will fix compile issues on Redox (yes, this does mean I am switching the allocator)

Merge request reports