mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-02 09:28:02 -05:00
[CI] Link Updated SDL2 version (#1078)
This commit is contained in:
parent
1794683d3a
commit
b2ac01bc98
@ -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…
Reference in New Issue
Block a user