Skip to content

Commit

Permalink
CI: Make msys2 CI run pass
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  • Loading branch information
cazfi committed Mar 29, 2024
1 parent bd5ba24 commit b2e623f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platforms/windows/installer_msys2/Makefile.meson
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ DLLPATH_PREFIX=/$(ARCHDIR)/bin/

ifeq ($(CI),yes)
ICUVER=74
SVTAV1ENC=
else
ICUVER=74
SVTAV1ENC=libSvtAv1Enc-2.dll
endif

#
Expand Down Expand Up @@ -340,7 +342,7 @@ SDL2_DLLS := \
libaom.dll \
libdav1d-7.dll \
rav1e.dll \
libSvtAv1Enc-2.dll \
$(SVTAV1ENC) \
libyuv.dll

install-env-sdl2: install-env-gtk4-fcmp
Expand Down

0 comments on commit b2e623f

Please sign in to comment.