diff options
Diffstat (limited to 'compilation')
-rwxr-xr-x | compilation | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compilation b/compilation index 057949f..4c5af75 100755 --- a/compilation +++ b/compilation @@ -152,7 +152,7 @@ tar xvfz Mesa-7.4.4-osmesa-darwin9-precomp.tar.gz mkdir -p lua-interface-distrib/darwin9 cd LuaJIT-darwin9 -make CROSS=i686-apple-darwin9- TARGET_SYS=Darwin BUILDMODE=static TARGET_XLDFLAGS=-mmacosx-version-min=10.5 || exit -1 +make CROSS=i686-apple-darwin9- TARGET_SYS=Darwin BUILDMODE=static TARGET_XLDOPTS=-mmacosx-version-min=10.5 || exit -1 cd .. cd lua-interface-darwin9 @@ -208,6 +208,7 @@ mv lua-interface win32 mv win32-light lua-interface-light i586-mingw32msvc-strip --strip-unneeded lua-interface-light/* +i586-mingw32msvc-strip lua-interface-light/*.exe zip -r lua-interface-win32-light.zip lua-interface-light mv lua-interface-light win32-light |