浏览代码

Improve iOS install docs.

Mike Pall 13 年之前
父节点
当前提交
2156925b9b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/install.html

+ 2 - 2
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"