mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
meson: Use cpp_args when compiling C++ sources
This commit is contained in:
parent
55d4b4fc66
commit
8600bc3ab3
@ -33,7 +33,7 @@ uefitoolcommon = static_library('uefitoolcommon',
|
|||||||
'ustring.cpp',
|
'ustring.cpp',
|
||||||
'sha256.c',
|
'sha256.c',
|
||||||
],
|
],
|
||||||
c_args: [
|
cpp_args: [
|
||||||
'-DU_ENABLE_NVRAM_PARSING_SUPPORT',
|
'-DU_ENABLE_NVRAM_PARSING_SUPPORT',
|
||||||
'-DU_ENABLE_ME_PARSING_SUPPORT',
|
'-DU_ENABLE_ME_PARSING_SUPPORT',
|
||||||
'-DU_ENABLE_FIT_PARSING_SUPPORT',
|
'-DU_ENABLE_FIT_PARSING_SUPPORT',
|
||||||
|
Loading…
Reference in New Issue
Block a user