mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Improve iOS install docs.
This commit is contained in:
parent
07406a5af9
commit
2156925b9b
@ -452,8 +452,8 @@ much slower than the JIT compiler. Please complain to Apple, not me.
|
|||||||
Or use Android. :-p
|
Or use Android. :-p
|
||||||
</p>
|
</p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
IXCODE=/Applications/Xcode.app/Contents
|
IXCODE=`xcode-select -print-path`
|
||||||
ISDK=$IXCODE/Developer/Platforms/iPhoneOS.platform/Developer
|
ISDK=$IXCODE/Platforms/iPhoneOS.platform/Developer
|
||||||
ISDKVER=iPhoneOS6.0.sdk
|
ISDKVER=iPhoneOS6.0.sdk
|
||||||
ISDKP=$ISDK/usr/bin/
|
ISDKP=$ISDK/usr/bin/
|
||||||
ISDKF="-arch armv7 -isysroot $ISDK/SDKs/$ISDKVER"
|
ISDKF="-arch armv7 -isysroot $ISDK/SDKs/$ISDKVER"
|
||||||
|
Loading…
Reference in New Issue
Block a user