mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +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