SDL2: Update to 2.0.18

This commit is contained in:
Ani 2021-12-22 05:36:23 +00:00
parent c2bf4339cc
commit 4592e21886

View File

@ -89,7 +89,7 @@ RUN \
rm -r ./Vulkan-Loader*
# We need to build a custom version of SDL2 as well
ENV SDL2VER=2.0.16
ENV SDL2VER=2.0.18
RUN \
curl -sSfL -o SDL2.tar.gz https://www.libsdl.org/release/SDL2-${SDL2VER}.tar.gz && \
tar -xf SDL2.tar.gz && \