diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-01 22:38:32 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-01 22:38:32 +0200 |
commit | 38d9ed179b241213c8bcf1a8ecc29784944ab093 (patch) | |
tree | 101495839e0e09e196b8818b789cab3b8dfacd03 /compilation | |
parent | c5d5efec4bb2c682b6bafc06f8620583706da126 (diff) |
Adapting build script upon latest LuaJIT changes.
Diffstat (limited to 'compilation')
-rwxr-xr-x | compilation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilation b/compilation index 9e5e269..057949f 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_XLDOPTS=-mmacosx-version-min=10.5 || exit -1 +make CROSS=i686-apple-darwin9- TARGET_SYS=Darwin BUILDMODE=static TARGET_XLDFLAGS=-mmacosx-version-min=10.5 || exit -1 cd .. cd lua-interface-darwin9 |