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.richard...@intel.com>
> ---

Reviewed-by: Tyler Retzlaff <roret...@linux.microsoft.com>

Reply via email to