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

[tools/prepare-build-dir] Invoke 'meson' with 'setup'

parent 4541673f
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,8 @@ if ! $QUIET; then
set -x
fi
meson --buildtype=${BUILDTYPE} \
meson setup \
--buildtype=${BUILDTYPE} \
--fatal-meson-warnings \
${MESON_ARGS[@]} \
"${ABSOLUTE_BUILDDIR}" |\
......
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