Many third_party projects depend on a 'configure' step which typically
generates header files for system dependent settings. While using GYP, it
would be nice to be able to add a target for such step, such as in:
{
'targets': 'configure_third_party_lib',
'type': 'configure',
'inputs': [
'Makefile.in',
'config.h.in',
],
}
That would cause configure to be called, expecting 'Makefile' and
'config.h' to be generated.
Original issue reported on code.google.com by igorga...@gmail.com on 27 Dec 2009 at 1:30
Original issue reported on code.google.com by
igorga...@gmail.com
on 27 Dec 2009 at 1:30