From 8600bc3ab3a0d3d76bc1222db4167ee13b921a5b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 9 Sep 2022 13:53:51 +0100 Subject: [PATCH] meson: Use cpp_args when compiling C++ sources --- common/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/meson.build b/common/meson.build index 21b0dbf..ec125d5 100644 --- a/common/meson.build +++ b/common/meson.build @@ -33,7 +33,7 @@ uefitoolcommon = static_library('uefitoolcommon', 'ustring.cpp', 'sha256.c', ], - c_args: [ + cpp_args: [ '-DU_ENABLE_NVRAM_PARSING_SUPPORT', '-DU_ENABLE_ME_PARSING_SUPPORT', '-DU_ENABLE_FIT_PARSING_SUPPORT',