win64-cross: Add libslirp to dependecies

This commit is contained in:
Matt Borgerson 2024-06-15 12:53:10 -07:00 committed by mborgerson
parent 8ef45cc333
commit 8152913bb9
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ RUN cd /opt \
pixman \
libsamplerate \
openssl \
cmake
cmake \
libslirp
RUN rm /opt/mxe/src/sdl2*.patch
COPY sdl2.mk /opt/mxe/src/sdl2.mk