[PATCH 23.07 1/2] build: fix case of project language name
Tyler Retzlaff
roretzla at linux.microsoft.com
Tue Mar 14 00:50:37 CET 2023
On Fri, Mar 10, 2023 at 11:11:37AM +0000, Bruce Richardson wrote:
> According to the meson manual [1], the project language should be given
> as 'c', rather than 'C' in the initial "project" function call. While
> meson itself does not complain about this, the "muon" project, which
> attempts to re-implement meson in C, does complain.
>
> /home/bruce/dpdk/meson.build:4:17: error 'C' is not a valid language
> 4 | project('DPDK', 'C',
> ^
>
> [1] https://mesonbuild.com/Reference-manual_functions.html#project
>
> Fixes: a25a650be5f0 ("build: add infrastructure for meson and ninja builds")
>
> Signed-off-by: Bruce richardson <bruce.richardson at intel.com>
> ---
Reviewed-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
More information about the dev
mailing list