summaryrefslogtreecommitdiff
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
parent07406a5af9d23ffd408dc860b002df6ec292c8e1 (diff)
downloadluajit2-2156925b9b7dc9758d3d490f107025615a24b85f.tar.gz
Improve iOS install docs.
-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.
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"