]> git.ipfire.org Git - thirdparty/systemd.git/commit
src/boot/efi/meson.build: if meson --werror is true, set gcc -Werror 13317/head
authorDan Streetman <ddstreet@canonical.com>
Tue, 13 Aug 2019 00:34:43 +0000 (20:34 -0400)
committerDan Streetman <ddstreet@canonical.com>
Thu, 15 Aug 2019 21:46:58 +0000 (17:46 -0400)
commit4d6c1fce0e2002f6a1c7244b03c9a36e3200c0c6
tree898efac189c0ffe9c1ab24bf4eaa7abfc45312c3
parent4287d0832c86a0b6a8ca8fe0163518c8d76cd0f1
src/boot/efi/meson.build: if meson --werror is true, set gcc -Werror

This part of the build does not use the normal meson parameters, so
we need to explicitly check for the meson --werror parameter, and if
it's true, set the gcc -Werror parameter for this subdir's build.
src/boot/efi/meson.build