summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-08 18:53:57 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-12-08 18:53:57 +0100
commit654da0e90b2a1e33cf4383ae2f0d45d8e7493d62 (patch)
tree46d93e75226bac47d35556f3b8cdd01845151647
parent80e456dbcd9a01793e0d61adbf71e18e66cb213c (diff)
Compiling with a minimum version of macos to 10.5
-rwxr-xr-xcompilation2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilation b/compilation
index f7bada9..9e5e269 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 || 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