mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-15 09:33:00 -07:00
[CI] Link Updated SDL2 version (#1078)
This commit is contained in:
parent
1794683d3a
commit
b2ac01bc98
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ RUN curl -sLO https://libsdl.org/release/SDL2-${SDL2VER}.tar.gz && \
|
||||||
cd SDL2-${SDL2VER} && \
|
cd SDL2-${SDL2VER} && \
|
||||||
./configure --build=x86_64-linux-gnu && \
|
./configure --build=x86_64-linux-gnu && \
|
||||||
make -j$(nproc) && make install && \
|
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 \
|
RUN \
|
||||||
ln -sf /proc/self/mounts /etc/mtab && \
|
ln -sf /proc/self/mounts /etc/mtab && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue