diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-12 09:15:23 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-12 09:15:23 +0200 |
commit | 5d13951be85d1f28b2207b2eac59a6038e2097f3 (patch) | |
tree | 4ff136ac972a42504f7af5cc1cd6f4d816a0382d /compilation | |
parent | 54fdd6d9f0b52fa76d0a4791f6b6106b98c525d2 (diff) |
Updating compiler.
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 |