Use correct target instead

This commit is contained in:
BtbN 2020-09-03 23:50:17 +02:00
parent 6a4b6d59ec
commit 9737292aca
5 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ RUN \
ADD toolchain.cmake /toolchain.cmake
ENV FFBUILD_TARGET_FLAGS="--pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=win32" \
ENV FFBUILD_TARGET_FLAGS="--pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw64" \
FFBUILD_TOOLCHAIN=x86_64-w64-mingw32 \
FFBUILD_CROSS_PREFIX=x86_64-w64-mingw32- \
FFBUILD_PREFIX=/opt/ffbuild \