diff options
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" |