Merge pull request #74 from yuzu-emu/update-sdl

Update SDL to 2.26.4
This commit is contained in:
toast2903 2023-06-05 16:09:30 -04:00 committed by GitHub
commit 41caf444bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,8 @@ RUN \
cd && \
git clone https://aur.archlinux.org/mingw-w64-sdl2.git && \
cd mingw-w64-sdl2 && \
# Revert to SDL 2.0.22
git checkout bd37953 && \
# Revert to SDL 2.26.4
git checkout 277c44a && \
# Only build for x86_64
sed -i "s/'i686-w64-mingw32'//g" PKGBUILD && \
makepkg -si --noconfirm --noprogressbar && \