]> git.ipfire.org Git - thirdparty/systemd.git/commit
fuzz: don't panic without a C++ compiler
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 15 Nov 2023 10:41:45 +0000 (11:41 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 15 Nov 2023 12:07:42 +0000 (12:07 +0000)
commita3d3bf559c9789c8abe96d931fc5d3f109886db9
tree24e979d56ac3bec3dd3172b38be13055d1de507d
parentb0f965966b3167578cf2bafc79904fc1066f2f97
fuzz: don't panic without a C++ compiler

meson's `cpp_args` option is defined only if it detects a C++ compiler,
otherwise we get an error:

../test/fuzz/meson.build:56:28: ERROR: Tried to access unknown option 'cpp_args'.
test/fuzz/meson.build
tools/meson-build.sh