rules_foreign_cc
rules_foreign_cc copied to clipboard
[Feature request] Consider making configure a wrapper around the other build rules
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.