Generate cef_config.h as a build-time step (fixes issue #2926)

This commit is contained in:
Marshall Greenblatt
2022-02-02 12:31:20 -05:00
parent 9eb0954cde
commit 9667789621
4 changed files with 54 additions and 118 deletions

View File

@ -719,6 +719,7 @@ if mode == 'standard' or mode == 'minimal':
# Transfer generated include files.
generated_includes = [
'cef_config.h',
'cef_pack_resources.h',
'cef_pack_strings.h',
]