aboutsummaryrefslogtreecommitdiffstats
path: root/config-mingw
blob: 0d630101602fd0975d8ba159bffc218e259d2d43 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e
set -x
if echo $PATH | grep -q /mingw64; then
    wordsize=64
else
    wordsize=32
fi
./configure --disable-test-compare-images --enable-external-libs --enable-werror --with-buildrules=mingw ${1+"$@"}