]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - tools/meson-build.sh
fuzz: don't panic without a C++ compiler
[thirdparty/systemd.git] / tools / meson-build.sh
index 311b778f0a9993ca7d7149f9f894bb75f5748242..2366df23f9d049498741b153f9b0cc71d94c3d00 100755 (executable)
@@ -9,7 +9,7 @@ c_args="${4:?}"
 cpp_args="${5:?}"
 options="${6:?}"
 CC="${7:?}"
-CXX="${8:?}"
+CXX="$8"
 
 if [ ! -f "$builddir/build.ninja" ]; then
     # shellcheck disable=SC2086