mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +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
|
||||
</p>
|
||||
<pre class="code">
|
||||
IXCODE=/Applications/Xcode.app/Contents
|
||||
ISDK=$IXCODE/Developer/Platforms/iPhoneOS.platform/Developer
|
||||
IXCODE=`xcode-select -print-path`
|
||||
ISDK=$IXCODE/Platforms/iPhoneOS.platform/Developer
|
||||
ISDKVER=iPhoneOS6.0.sdk
|
||||
ISDKP=$ISDK/usr/bin/
|
||||
ISDKF="-arch armv7 -isysroot $ISDK/SDKs/$ISDKVER"
|
||||
|
Loading…
Reference in New Issue
Block a user