Should output CPPFLAGS even without "cflags" set in project.conf

This commit is contained in:
Pierre Pronchery 2009-03-06 12:25:45 +00:00
parent d8088d76c8
commit f59d59c0e8

View File

@ -360,6 +360,7 @@ static void _targets_cflags(Configure * configure, FILE * fp)
String const * as; String const * as;
String const * asf; String const * asf;
/* FIXME should output CPPFLAGS even without cflags */
cppf = config_get(configure->config, "", "cppflags_force"); cppf = config_get(configure->config, "", "cppflags_force");
cpp = config_get(configure->config, "", "cppflags"); cpp = config_get(configure->config, "", "cppflags");
cc = config_get(configure->config, "", "cc"); cc = config_get(configure->config, "", "cc");