Skip to content
Snippets Groups Projects
Commit 253f6f34 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Merge branch 'abort-on-unknown-meson-option' into 'master'

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

See merge request i4/manycore/emper!257
parents ed2cbd91 1337e71e
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ if ! $QUIET; then
fi
meson --buildtype=${BUILDTYPE} \
--fatal-meson-warnings \
${MESON_ARGS[@]} \
"${ABSOLUTE_BUILDDIR}" |\
tee "${LOGFILE}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment