summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-06-06 19:09:16 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-06-06 19:09:16 +0200
commit149b519c05e1e0c38ef86e512780017777d06f20 (patch)
tree84c7970dd784171deede9d60f1c0a84d9fe63960
parent38d9ed179b241213c8bcf1a8ecc29784944ab093 (diff)
Adding proper stripping for lua-interface-light.exe, so that paq concatenation works properly.
-rwxr-xr-xcompilation3
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