OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET.

This commit is contained in:
Mike Pall
2019-12-08 19:22:00 +01:00
parent eba586854b
commit 8961a92dd1
2 changed files with 3 additions and 3 deletions

View File

@@ -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>