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
1 merge request!257[tools/prepare-build-dir] fail if unknown meson option is set
Pipeline #68370 passed
...@@ -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