win64-cross: Add libslirp to dependecies

This commit is contained in:
Matt Borgerson
2024-06-15 12:56:41 -07:00
committed by mborgerson
parent 8ef45cc333
commit 8152913bb9
+2 -1
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