Fixing windows build. Lua now cross compiles.

This commit is contained in:
Faerbit 2015-02-24 11:07:52 +01:00
parent 20b6987d0a
commit 6115311173

View File

@ -24,7 +24,7 @@ threads=$(($(nproc)+1))
cd extern/lua/
if [[ $1 == "windows" ]]
then
make mingw
make CC=x86_64-w64-mingw32-gcc mingw
else
make linux
fi