Skip to content

Commit 25aa402

Browse files
committed
ci/build-msys2.sh: disable pdf-build for clangarm64
See: msys2/MINGW-packages#26007
1 parent 0a606d9 commit 25aa402

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/build-msys2.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ args=(
1212
-Db_sanitize=address,undefined
1313
)
1414

15+
[[ "$SYS" == "clangarm64" ]] && args+=(
16+
-Dpdf-build=disabled
17+
)
18+
1519
meson setup build $common_args "${args[@]}"
1620
meson compile -C build
1721
./build/mpv.com -v --no-config

0 commit comments

Comments
 (0)