Accept extra configure flags in the mingw32.sh

This commit is contained in:
pancake 2026-08-04 19:18:48 +02:00
parent f2d1476b38
commit 28dcd74864

View file

@ -1,7 +1,7 @@
#!/bin/sh
cp -f dist/plugins-cfg/plugins.mingw.cfg plugins.cfg
export CC=i686-w64-mingw32-gcc
./configure --with-ostype=windows --with-compiler=i686-w64-mingw32-gcc --prefix=/ || exit 1
./configure --with-ostype=windows --with-compiler=i686-w64-mingw32-gcc --prefix=/ "$@" || exit 1
make -j4 || exit 1
# install
rm -rf prefix