[cfe-commits] [libcxx] r141507 - /libcxx/trunk/www/index.html

Howard Hinnant hhinnant at apple.com
Sun Oct 9 08:25:34 PDT 2011


Author: hhinnant
Date: Sun Oct  9 10:25:34 2011
New Revision: 141507

URL: http://llvm.org/viewvc/llvm-project?rev=141507&view=rev
Log:
Update instructions for building on Mac OS 10.6

Modified:
    libcxx/trunk/www/index.html

Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=141507&r1=141506&r2=141507&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Sun Oct  9 10:25:34 2011
@@ -155,6 +155,7 @@
   <ul>
     <li><code>cd libcxx/lib</code></li>
     <li><code>export TRIPLE=-apple-</code></li>
+    <li><code>export MACOSX_DEPLOYMENT_TARGET=10.6</code></li>
     <li><code>./buildit</code></li>
   </ul>
   





More information about the cfe-commits mailing list