summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2012-11-07 23:00:05 +0100
committerMike Pall <mike>2012-11-07 23:00:34 +0100
commit2156925b9b7dc9758d3d490f107025615a24b85f (patch)
tree8de9e1cf0d4c90329d1bf6ca62f2ee3b58156832 /doc
parent07406a5af9d23ffd408dc860b002df6ec292c8e1 (diff)
downloadluajit-2156925b9b7dc9758d3d490f107025615a24b85f.tar.gz
luajit-2156925b9b7dc9758d3d490f107025615a24b85f.tar.bz2
luajit-2156925b9b7dc9758d3d490f107025615a24b85f.zip
Improve iOS install docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index 435c6c08..967f25fd 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -452,8 +452,8 @@ much slower than the JIT compiler. Please complain to Apple, not me.
452Or use Android. :-p 452Or use Android. :-p
453</p> 453</p>
454<pre class="code"> 454<pre class="code">
455IXCODE=/Applications/Xcode.app/Contents 455IXCODE=`xcode-select -print-path`
456ISDK=$IXCODE/Developer/Platforms/iPhoneOS.platform/Developer 456ISDK=$IXCODE/Platforms/iPhoneOS.platform/Developer
457ISDKVER=iPhoneOS6.0.sdk 457ISDKVER=iPhoneOS6.0.sdk
458ISDKP=$ISDK/usr/bin/ 458ISDKP=$ISDK/usr/bin/
459ISDKF="-arch armv7 -isysroot $ISDK/SDKs/$ISDKVER" 459ISDKF="-arch armv7 -isysroot $ISDK/SDKs/$ISDKVER"