Skip to content
Snippets Groups Projects
Commit 1337e71e authored by Florian Fischer's avatar Florian Fischer
Browse files

[tools/prepare-build-dir] fail if unknown meson option is set

parent ed2cbd91
No related branches found
No related tags found
1 merge request!257[tools/prepare-build-dir] fail if unknown meson option is set
...@@ -100,6 +100,7 @@ if ! $QUIET; then ...@@ -100,6 +100,7 @@ if ! $QUIET; then
fi fi
meson --buildtype=${BUILDTYPE} \ meson --buildtype=${BUILDTYPE} \
--fatal-meson-warnings \
${MESON_ARGS[@]} \ ${MESON_ARGS[@]} \
"${ABSOLUTE_BUILDDIR}" |\ "${ABSOLUTE_BUILDDIR}" |\
tee "${LOGFILE}" tee "${LOGFILE}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment