mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
ec6edc5c39
@ -217,9 +217,12 @@ You can add an extra prefix to the search paths by appending the
|
|||||||
make PREFIX=/home/myself/lj2
|
make PREFIX=/home/myself/lj2
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
Note for macOS: you must set the <tt>MACOSX_DEPLOYMENT_TARGET</tt>
|
Note for macOS: you <b>must</b> set the <tt>MACOSX_DEPLOYMENT_TARGET</tt>
|
||||||
environment variable to a value supported by your toolchain.
|
environment variable to a value supported by your toolchain:
|
||||||
</p>
|
</p>
|
||||||
|
<pre class="code">
|
||||||
|
MACOSX_DEPLOYMENT_TARGET=XX.YY make
|
||||||
|
</pre>
|
||||||
<h3>Installing LuaJIT</h3>
|
<h3>Installing LuaJIT</h3>
|
||||||
<p>
|
<p>
|
||||||
The top-level Makefile installs LuaJIT by default under
|
The top-level Makefile installs LuaJIT by default under
|
||||||
|
Loading…
Reference in New Issue
Block a user