Skip to content

Commit

Permalink
[CI] Link Updated SDL2 version (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Aug 7, 2022
1 parent 1794683 commit b2ac01b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ RUN curl -sLO https://libsdl.org/release/SDL2-${SDL2VER}.tar.gz && \
cd SDL2-${SDL2VER} && \
./configure --build=x86_64-linux-gnu && \
make -j$(nproc) && make install && \
rm ../SDL2-${SDL2VER}.tar.gz
rm ../SDL2-${SDL2VER}.tar.gz && \
cp -av /usr/local/lib/libSDL* /lib/x86_64-linux-gnu/

RUN \
ln -sf /proc/self/mounts /etc/mtab && \
Expand Down

0 comments on commit b2ac01b

Please sign in to comment.