Install rust cross-toolchain
This commit is contained in:
parent
c25ef94991
commit
dc20dd034e
3 changed files with 8 additions and 1 deletions
|
@ -12,6 +12,8 @@ RUN \
|
|||
rm /usr/*-w64-mingw32/lib/*.dll.a && \
|
||||
mkdir /opt/ffbuild
|
||||
|
||||
RUN rustup target add x86_64-pc-windows-gnu
|
||||
|
||||
ADD toolchain.cmake /toolchain.cmake
|
||||
ADD cross.meson /cross.meson
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue