Rely on environment to provide global flags
This commit is contained in:
parent
9737292aca
commit
6f3c668b22
5 changed files with 13 additions and 13 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue