mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-22 11:15:46 +01:00
Update SDL to 2.26.4
This commit is contained in:
parent
68f900825f
commit
51366ca5de
@ -66,8 +66,8 @@ RUN \
|
|||||||
cd && \
|
cd && \
|
||||||
git clone https://aur.archlinux.org/mingw-w64-sdl2.git && \
|
git clone https://aur.archlinux.org/mingw-w64-sdl2.git && \
|
||||||
cd mingw-w64-sdl2 && \
|
cd mingw-w64-sdl2 && \
|
||||||
# Revert to SDL 2.0.22
|
# Revert to SDL 2.26.4
|
||||||
git checkout bd37953 && \
|
git checkout 277c44a && \
|
||||||
# Only build for x86_64
|
# Only build for x86_64
|
||||||
sed -i "s/'i686-w64-mingw32'//g" PKGBUILD && \
|
sed -i "s/'i686-w64-mingw32'//g" PKGBUILD && \
|
||||||
makepkg -si --noconfirm --noprogressbar && \
|
makepkg -si --noconfirm --noprogressbar && \
|
||||||
|
Loading…
Reference in New Issue
Block a user