Add support for win32 builds

Closes #3
This commit is contained in:
BtbN 2020-09-27 22:10:05 +02:00
parent 0e104d9662
commit 77b3030134
17 changed files with 123 additions and 19 deletions

View file

@ -24,9 +24,9 @@ ffbuild_dockerbuild() {
--default-library=static
)
if [[ $TARGET == win64 ]]; then
if [[ $TARGET == win* ]]; then
myconf+=(
--cross-file=../package/crossfiles/x86_64-w64-mingw32.meson
--cross-file=/cross.meson
)
else
echo "Unknown target"