Skip to content

Remove vendored cbindgen, use cbindgen dependency to generate includes in build.rs

Graham MacDonald requested to merge gmacd/relibc:cbindgen into master

Due to change in how/when includes are generated, could simplify the makefile, and also prefix.mk in redox.

Needed to change use of TARGET for includes, but since there's no target specific includes, I think it's ok.

Could build relibc from its own folder, and as part of redox.

Merge request reports