Actually build

This commit is contained in:
BtbN 2020-09-02 18:07:59 +02:00
parent cbb86a4d0e
commit 57ca78ac1d
6 changed files with 95 additions and 7 deletions

View file

@ -5,3 +5,5 @@ ENV DEBIAN_FRONTEND noninteractive
RUN \
apt-get -y install mingw-w64 && \
apt-get -y clean
ENV FFBUILD_TARGET_FLAGS "--pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=win32"