1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-27 18:04:05 +03:00

mkosi: Enable meson developer mode

This commit is contained in:
Daan De Meyer 2022-07-15 14:59:03 +02:00
parent 2d2ac49787
commit c0daae3ad8

View File

@ -60,7 +60,8 @@ if [ ! -f "$BUILDDIR"/build.ninja ] ; then
-D "rootprefix=$rootprefix" \
-D man=false \
-D translations=false \
-D version-tag="${VERSION_TAG}"
-D version-tag="${VERSION_TAG}" \
-D mode=developer
fi
cd "$BUILDDIR"