mirror of
https://github.com/RPCS3/rpcs3-docker.git
synced 2024-12-02 08:08:28 +00:00
SDL2: Update to 2.0.18
This commit is contained in:
parent
c2bf4339cc
commit
4592e21886
@ -89,7 +89,7 @@ RUN \
|
|||||||
rm -r ./Vulkan-Loader*
|
rm -r ./Vulkan-Loader*
|
||||||
|
|
||||||
# We need to build a custom version of SDL2 as well
|
# We need to build a custom version of SDL2 as well
|
||||||
ENV SDL2VER=2.0.16
|
ENV SDL2VER=2.0.18
|
||||||
RUN \
|
RUN \
|
||||||
curl -sSfL -o SDL2.tar.gz https://www.libsdl.org/release/SDL2-${SDL2VER}.tar.gz && \
|
curl -sSfL -o SDL2.tar.gz https://www.libsdl.org/release/SDL2-${SDL2VER}.tar.gz && \
|
||||||
tar -xf SDL2.tar.gz && \
|
tar -xf SDL2.tar.gz && \
|
||||||
|
Loading…
Reference in New Issue
Block a user