diff options
Diffstat (limited to '.gitlab-ci/test-msys2-meson.sh')
-rw-r--r-- | .gitlab-ci/test-msys2-meson.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh index da4c3eaf..e2230e2a 100644 --- a/.gitlab-ci/test-msys2-meson.sh +++ b/.gitlab-ci/test-msys2-meson.sh @@ -37,7 +37,7 @@ export PATH="$HOME/.local/bin:$PATH" # FIXME: https://github.com/Alexpux/MINGW-packages/pull/4064 # Passing the full interpreter path works around the issue PYTHON="$(which python3)" -meson -Dpython="${PYTHON}" --buildtype debug _build +meson -Dcairo=true -Dpython="${PYTHON}" --buildtype debug _build cd _build ninja |