diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-07 19:21:59 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-07 19:21:59 +0100 |
commit | c598e06618243026c37eff053a2bd6c1c3ce4165 (patch) | |
tree | d6b2b8ca51a3aabf90d9ecdb9c36f440774393a0 | |
parent | 78ac7add6edc0f10a4e343c5907e97111fcc0a76 (diff) |
Fixing win32 cross compilation
-rwxr-xr-x | compilation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilation b/compilation index 5182bae..9218e1a 100755 --- a/compilation +++ b/compilation @@ -105,7 +105,7 @@ mkdir -p lua-interface-distrib/win32 mkdir -p lua-interface-distrib/win32-light cd LuaJIT-win32 -make CROSS=i586-mingw32msvc- TARGET=Windows BUILDMODE=static || exit -1 +make CROSS=i586-mingw32msvc- TARGET_SYS=Windows BUILDMODE=static || exit -1 cd .. cd lua-interface-win32 |