Rely on environment to provide global flags

This commit is contained in:
BtbN 2020-09-03 23:54:05 +02:00
parent 9737292aca
commit 6f3c668b22
5 changed files with 13 additions and 13 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=mingw64" \
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 \
FFBUILD_CROSS_PREFIX=x86_64-w64-mingw32- \
FFBUILD_PREFIX=/opt/ffbuild \