mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-13 05:47:39 +02:00
Install rust cross-toolchain
This commit is contained in:
@ -12,6 +12,8 @@ RUN \
|
||||
rm /usr/*-w64-mingw32/lib/*.dll.a && \
|
||||
mkdir /opt/ffbuild
|
||||
|
||||
RUN rustup target add i686-pc-windows-gnu
|
||||
|
||||
ADD toolchain.cmake /toolchain.cmake
|
||||
ADD cross.meson /cross.meson
|
||||
|
||||
|
Reference in New Issue
Block a user