From 67773165e819e0fd495188fd02b28850317c1f40 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 28 Mar 2012 10:17:28 +0200 Subject: Fix OSX build issues. Bump minimum required OSX version to 10.4 Only set MACOSX_DEPLOYMENT_TARGET to 10.4 if not set. Always force -fno-stack-protector. --- doc/install.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/install.html') diff --git a/doc/install.html b/doc/install.html index d1d5f112..60253387 100644 --- a/doc/install.html +++ b/doc/install.html @@ -104,7 +104,7 @@ operating systems, CPUs and compilers: CPU / OS Linux or
Android *BSD, Other -OSX 10.3+ or
iOS 3.0+ +OSX 10.4+ or
iOS 3.0+ Windows
XP/Vista/7
@@ -210,8 +210,8 @@ You can add an extra prefix to the search paths by appending the make PREFIX=/home/myself/lj2

-Note for OSX: MACOSX_DEPLOYMENT_TARGET is set to 10.4 -in src/Makefile. Change it, if you want to build on an older version. +Note for OSX: if the MACOSX_DEPLOYMENT_TARGET environment +variable is not set, then it's forced to 10.4.

Installing LuaJIT

-- cgit v1.2.3-55-g6feb