summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-01-29 07:18:43 +0100
committerDudemanguy <random342@airmail.cc>2023-01-31 14:50:26 +0000
commit08d11e8c5d2ea047b263ba0e344642ee6460a4b0 (patch)
treede27ec97458f174fb28229879935db75f8d05a0b /ci
parent2868ecf2acd51afd9dbebe11340b3c65aa39d20b (diff)
downloadmpv-08d11e8c5d2ea047b263ba0e344642ee6460a4b0.tar.bz2
mpv-08d11e8c5d2ea047b263ba0e344642ee6460a4b0.tar.xz
ci: use meson compile instead of ninja directly
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-mingw64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh
index 4106de969c..43d5ea1d40 100755
--- a/ci/build-mingw64.sh
+++ b/ci/build-mingw64.sh
@@ -203,7 +203,7 @@ if [ "$1" = "meson" ]; then
-D{libmpv,tests}=true -Dlua=luajit \
-D{shaderc,spirv-cross,d3d11,libplacebo}=enabled
- ninja -C build
+ meson compile -C build
meson test -C build
elif [ "$1" = "waf" ]; then
PKG_CONFIG=pkg-config ./waf configure \