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