summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-msys2-meson.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/test-msys2-meson.sh')
-rw-r--r--.gitlab-ci/test-msys2-meson.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh
index 37a0f913..40a3cbce 100644
--- a/.gitlab-ci/test-msys2-meson.sh
+++ b/.gitlab-ci/test-msys2-meson.sh
@@ -38,7 +38,7 @@ export PATH="$HOME/.local/bin:$PATH"
# Passing the full interpreter path works around the issue
PYTHON="$(which python3)"
export CFLAGS="-Werror"
-meson -Dcairo=enabled -Ddoctool=true -Dpython="${PYTHON}" --buildtype debug _build
+meson -Dcairo=enabled -Ddoctool=enabled -Dpython="${PYTHON}" --buildtype debug _build
cd _build
ninja