rules_foreign_cc icon indicating copy to clipboard operation
rules_foreign_cc copied to clipboard

[Feature request] Consider making configure a wrapper around the other build rules

Open taekahn opened this issue 1 year ago • 0 comments

I have no idea how many projects use configure + something other than make, but I know that QT uses configure + ninja for its build process.

Rather than trying to hit the moving target of adding a configure rule for every build tool, It seems like it would be useful to be able to just say you want a configure step before running a particular build tool.

taekahn avatar Oct 28 '24 13:10 taekahn