summaryrefslogtreecommitdiff
path: root/mkosi.build
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-07-15 14:59:03 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-07-18 10:20:48 +0200
commitc0daae3ad885740bca56445e6510468134596523 (patch)
tree6b38a207241367cc64b4008417399a69d489c8c2 /mkosi.build
parent2d2ac49787bb30c20a01e005f9e0aee7231d745c (diff)
downloadsystemd-c0daae3ad885740bca56445e6510468134596523.tar.gz
mkosi: Enable meson developer mode
Diffstat (limited to 'mkosi.build')
-rwxr-xr-xmkosi.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkosi.build b/mkosi.build
index 5855868acc..2334559719 100755
--- a/mkosi.build
+++ b/mkosi.build
@@ -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"