mirror of https://github.com/xemu-project/xemu.git
win64-cross: Add libslirp to dependecies
This commit is contained in:
parent
8ef45cc333
commit
8152913bb9
|
@ -62,7 +62,8 @@ RUN cd /opt \
|
||||||
pixman \
|
pixman \
|
||||||
libsamplerate \
|
libsamplerate \
|
||||||
openssl \
|
openssl \
|
||||||
cmake
|
cmake \
|
||||||
|
libslirp
|
||||||
|
|
||||||
RUN rm /opt/mxe/src/sdl2*.patch
|
RUN rm /opt/mxe/src/sdl2*.patch
|
||||||
COPY sdl2.mk /opt/mxe/src/sdl2.mk
|
COPY sdl2.mk /opt/mxe/src/sdl2.mk
|
||||||
|
|
Loading…
Reference in New Issue