summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2019-12-08 19:22:00 +0100
committerMike Pall <mike>2019-12-08 19:22:00 +0100
commit8961a92dd1607108760694af3486b4434602f8be (patch)
treeb23f8d59e38c293cf64f007ddd36608c6ab141c2 /doc
parenteba586854b3d55e060d1ee40201dd0ca48aa3f9d (diff)
downloadluajit2-8961a92dd1607108760694af3486b4434602f8be.tar.gz
OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET.
Diffstat (limited to 'doc')
-rw-r--r--doc/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index 405f443a..d6e099ed 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -212,8 +212,8 @@ You can add an extra prefix to the search paths by appending the
make PREFIX=/home/myself/lj2
</pre>
<p>
-Note for OSX: if the <tt>MACOSX_DEPLOYMENT_TARGET</tt> environment
-variable is not set, then it's forced to <tt>10.4</tt>.
+Note for OSX: you must set the <tt>MACOSX_DEPLOYMENT_TARGET</tt>
+environment variable to a value supported by your toolchain.
</p>
<h3>Installing LuaJIT</h3>
<p>