Skip to content

Make: Get rid of `BUILD_.*_INCLUDE_DIRS` --- contains !6978

John Ericson requested to merge wip/no-build-include-dirs into master

First, we improve some of the rules around -I include dirs, and CPP opts.

Then, we just specify the RTS's include dirs normally (locally per the package and in the package conf), and then everything should work normally.

Reverts some of the extra stage arguments I added in 05419e55, as they are no longer needed.

Merge request reports