summaryrefslogtreecommitdiff
path: root/cross-make-mingw64.sh
blob: 5a05a81aa1beda5784b5cf096f4d1f3c1eaf5b65 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

export CC=amd64-mingw32msvc-gcc
export WINDRES=amd64-mingw32msvc-windres
export PLATFORM=mingw32
if [ !$ARCH ]
then
export ARCH=x86_64
fi
exec make $*