Currently config-override.h is included at the end of this file. This caused a problem for me while undefing HB_DISABLE_DEPRECATED, namely HB_IF_NOT_DEPRECATED was defined before actual undef took place and broke the whole build. I believe it would break builds for some other defines, too. Moving config-override.h include right after predefined configs is more sane and fixes all potential problems with includes.pull/2922/head
parent
adca4ce071
commit
cab9d5a57d
1 changed files with 3 additions and 4 deletions
Loading…
Reference in new issue