ci/msys2: removed unused clang32 reference

This commit is contained in:
Kacper Michajłow 2024-10-06 18:26:32 +02:00
parent 28bc58a3e8
commit 9d55c5bcaf
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ args=(
-D{libmpv,tests}=true
)
[[ "$SYS" != "clang32" && "$SYS" != "mingw32" ]] && args+=(
[[ "$SYS" != "mingw32" ]] && args+=(
-D{egl-angle-lib,egl-angle-win32,pdf-build,rubberband,win32-smtc}=enabled
)