diff options
Diffstat (limited to 'compilation')
-rwxr-xr-x | compilation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilation b/compilation index 85c7b4b..0690f3d 100755 --- a/compilation +++ b/compilation @@ -126,7 +126,7 @@ mkdir -p lua-interface-distrib/win32 mkdir -p lua-interface-distrib/win32-light cd LuaJIT-win32 -make CROSS=i586-mingw32msvc- TARGET_SYS=Windows BUILDMODE=static || exit -1 +make CROSS=i686-w64-mingw32- TARGET_SYS=Windows BUILDMODE=static || exit -1 cd .. cd lua-interface-win32 |