aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2021-01-12 13:00:48 +0100
committerMike Pall <mike>2021-01-12 13:00:48 +0100
commitec6edc5c39c25e4eb3fca51b753f9995e97215da (patch)
tree44272d749bb2e2d4d0382a0b324c9506a57dd46a
parent1e66d0f9e6698fdee672c40a9a5b4159c9254091 (diff)
parent9b000309cc3d845cd9fd8b69d03dc263adaa8985 (diff)
downloadluajit-ec6edc5c39c25e4eb3fca51b753f9995e97215da.tar.gz
luajit-ec6edc5c39c25e4eb3fca51b753f9995e97215da.tar.bz2
luajit-ec6edc5c39c25e4eb3fca51b753f9995e97215da.zip
Merge branch 'master' into v2.1
Diffstat (limited to '')
-rw-r--r--doc/install.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index b7217537..939fe101 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -217,9 +217,12 @@ You can add an extra prefix to the search paths by appending the
217make PREFIX=/home/myself/lj2 217make PREFIX=/home/myself/lj2
218</pre> 218</pre>
219<p> 219<p>
220Note for macOS: you must set the <tt>MACOSX_DEPLOYMENT_TARGET</tt> 220Note for macOS: you <b>must</b> set the <tt>MACOSX_DEPLOYMENT_TARGET</tt>
221environment variable to a value supported by your toolchain. 221environment variable to a value supported by your toolchain:
222</p> 222</p>
223<pre class="code">
224MACOSX_DEPLOYMENT_TARGET=XX.YY make
225</pre>
223<h3>Installing LuaJIT</h3> 226<h3>Installing LuaJIT</h3>
224<p> 227<p>
225The top-level Makefile installs LuaJIT by default under 228The top-level Makefile installs LuaJIT by default under