Should output CPPFLAGS even without "cflags" set in project.conf
This commit is contained in:
parent
d8088d76c8
commit
f59d59c0e8
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user