aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2021-01-12 12:59:54 +0100
committerMike Pall <mike>2021-01-12 12:59:54 +0100
commit9b000309cc3d845cd9fd8b69d03dc263adaa8985 (patch)
tree0d7146e3eee890d8ba1b4ef1631a0512e11120fb
parentf47c864b0186fc92a2264e68e1151d0d2b24969e (diff)
downloadluajit-9b000309cc3d845cd9fd8b69d03dc263adaa8985.tar.gz
luajit-9b000309cc3d845cd9fd8b69d03dc263adaa8985.tar.bz2
luajit-9b000309cc3d845cd9fd8b69d03dc263adaa8985.zip
Clarify macOS build instructions.
-rw-r--r--doc/install.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index 6005409e..29d43687 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -208,9 +208,12 @@ You can add an extra prefix to the search paths by appending the
208make PREFIX=/home/myself/lj2 208make PREFIX=/home/myself/lj2
209</pre> 209</pre>
210<p> 210<p>
211Note for macOS: you must set the <tt>MACOSX_DEPLOYMENT_TARGET</tt> 211Note for macOS: you <b>must</b> set the <tt>MACOSX_DEPLOYMENT_TARGET</tt>
212environment variable to a value supported by your toolchain. 212environment variable to a value supported by your toolchain:
213</p> 213</p>
214<pre class="code">
215MACOSX_DEPLOYMENT_TARGET=XX.YY make
216</pre>
214<h3>Installing LuaJIT</h3> 217<h3>Installing LuaJIT</h3>
215<p> 218<p>
216The top-level Makefile installs LuaJIT by default under 219The top-level Makefile installs LuaJIT by default under