diff options
author | Mike Pall <mike> | 2012-11-07 23:00:05 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2012-11-07 23:00:34 +0100 |
commit | 2156925b9b7dc9758d3d490f107025615a24b85f (patch) | |
tree | 8de9e1cf0d4c90329d1bf6ca62f2ee3b58156832 /doc | |
parent | 07406a5af9d23ffd408dc860b002df6ec292c8e1 (diff) | |
download | luajit-2156925b9b7dc9758d3d490f107025615a24b85f.tar.gz luajit-2156925b9b7dc9758d3d490f107025615a24b85f.tar.bz2 luajit-2156925b9b7dc9758d3d490f107025615a24b85f.zip |
Improve iOS install docs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.html | 4 |
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. | |||
452 | Or use Android. :-p | 452 | Or use Android. :-p |
453 | </p> | 453 | </p> |
454 | <pre class="code"> | 454 | <pre class="code"> |
455 | IXCODE=/Applications/Xcode.app/Contents | 455 | IXCODE=`xcode-select -print-path` |
456 | ISDK=$IXCODE/Developer/Platforms/iPhoneOS.platform/Developer | 456 | ISDK=$IXCODE/Platforms/iPhoneOS.platform/Developer |
457 | ISDKVER=iPhoneOS6.0.sdk | 457 | ISDKVER=iPhoneOS6.0.sdk |
458 | ISDKP=$ISDK/usr/bin/ | 458 | ISDKP=$ISDK/usr/bin/ |
459 | ISDKF="-arch armv7 -isysroot $ISDK/SDKs/$ISDKVER" | 459 | ISDKF="-arch armv7 -isysroot $ISDK/SDKs/$ISDKVER" |