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 9e5e8208d8
commit 9ed0ce82d9
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',
]