diff options
author | Mike Pall <mike> | 2021-01-12 13:00:48 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2021-01-12 13:00:48 +0100 |
commit | ec6edc5c39c25e4eb3fca51b753f9995e97215da (patch) | |
tree | 44272d749bb2e2d4d0382a0b324c9506a57dd46a | |
parent | 1e66d0f9e6698fdee672c40a9a5b4159c9254091 (diff) | |
parent | 9b000309cc3d845cd9fd8b69d03dc263adaa8985 (diff) | |
download | luajit-ec6edc5c39c25e4eb3fca51b753f9995e97215da.tar.gz luajit-ec6edc5c39c25e4eb3fca51b753f9995e97215da.tar.bz2 luajit-ec6edc5c39c25e4eb3fca51b753f9995e97215da.zip |
Merge branch 'master' into v2.1
Diffstat (limited to '')
-rw-r--r-- | doc/install.html | 7 |
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 | |||
217 | make PREFIX=/home/myself/lj2 | 217 | make PREFIX=/home/myself/lj2 |
218 | </pre> | 218 | </pre> |
219 | <p> | 219 | <p> |
220 | Note for macOS: you must set the <tt>MACOSX_DEPLOYMENT_TARGET</tt> | 220 | Note for macOS: you <b>must</b> set the <tt>MACOSX_DEPLOYMENT_TARGET</tt> |
221 | environment variable to a value supported by your toolchain. | 221 | environment variable to a value supported by your toolchain: |
222 | </p> | 222 | </p> |
223 | <pre class="code"> | ||
224 | MACOSX_DEPLOYMENT_TARGET=XX.YY make | ||
225 | </pre> | ||
223 | <h3>Installing LuaJIT</h3> | 226 | <h3>Installing LuaJIT</h3> |
224 | <p> | 227 | <p> |
225 | The top-level Makefile installs LuaJIT by default under | 228 | The top-level Makefile installs LuaJIT by default under |