mirror of
https://github.com/UberGames/ioef.git
synced 2025-03-06 08:51:32 +00:00
Add mingw64 crossbuild script, patch by Zack Middleton
This commit is contained in:
parent
d8b7532fc1
commit
b3745b7206
1 changed files with 10 additions and 0 deletions
10
cross-make-mingw64.sh
Executable file
10
cross-make-mingw64.sh
Executable file
|
@ -0,0 +1,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 $*
|
Loading…
Reference in a new issue