Integrade meson cross file

This commit is contained in:
BtbN 2020-09-06 16:34:09 +02:00
parent 9ac29a3e77
commit 01d4a8bd36
2 changed files with 19 additions and 0 deletions

View file

@ -12,6 +12,7 @@ RUN \
mkdir /opt/ffbuild
ADD toolchain.cmake /toolchain.cmake
ADD cross.meson /cross.meson
ENV FFBUILD_TARGET_FLAGS="--pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32" \
FFBUILD_TOOLCHAIN=x86_64-w64-mingw32 \