Re: [PATCH 23.07 1/2] build: fix case of project language name

2023-03-13 Thread Tyler Retzlaff
On Fri, Mar 10, 2023 at 11:11:37AM +, 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

[PATCH 23.07 1/2] build: fix case of project language name

2023-03-10 Thread Bruce Richardson
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: