Improve build script a bit

This commit is contained in:
BtbN 2020-09-03 16:56:24 +02:00
parent 75d2e07732
commit b87c78bae4
3 changed files with 21 additions and 13 deletions

View file

@ -7,3 +7,5 @@ RUN \
apt-get -y clean
ENV FFBUILD_TARGET_FLAGS "--pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=win32"
ENV FFBUILD_TOOLCHAIN x86_64-w64-mingw32
ENV FFBUILD_CROSS_PREFIX x86_64-w64-mingw32-