Title: [180942] trunk/Tools
Revision
180942
Author
ddkil...@apple.com
Date
2015-03-03 10:50:49 -0800 (Tue, 03 Mar 2015)

Log Message

`build-webkit --help` is wrong about how to build for the iOS simulator
<http://webkit.org/b/142223>

Reviewed by Csaba Osztrogonác.

* Scripts/build-webkit: Fix help.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (180941 => 180942)


--- trunk/Tools/ChangeLog	2015-03-03 18:10:56 UTC (rev 180941)
+++ trunk/Tools/ChangeLog	2015-03-03 18:50:49 UTC (rev 180942)
@@ -1,3 +1,12 @@
+2015-03-03  David Kilzer  <ddkil...@apple.com>
+
+        `build-webkit --help` is wrong about how to build for the iOS simulator
+        <http://webkit.org/b/142223>
+
+        Reviewed by Csaba Osztrogonác.
+
+        * Scripts/build-webkit: Fix help.
+
 2015-03-03  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Bump libsoup version to 2.49.91.1 to fix 32 bit build.

Modified: trunk/Tools/Scripts/build-webkit (180941 => 180942)


--- trunk/Tools/Scripts/build-webkit	2015-03-03 18:10:56 UTC (rev 180941)
+++ trunk/Tools/Scripts/build-webkit	2015-03-03 18:50:49 UTC (rev 180942)
@@ -89,7 +89,7 @@
   --release                         Compile with Release configuration
   --sdk=<sdk>                       Use a specific Xcode SDK (iOS and Mac only)
   --device                          Use "iphoneos.internal" SDK if installed, else "iphoneos" SDK (iOS only)
-  --simulator                       Use the current iphonesimulator SDK (iOS only)
+  --ios-simulator                   Use the current iphonesimulator SDK (iOS only)
   --coverage                        Enable code coverage support (Mac only)
   --analyze                         Enable static anaylsis (iOS and Mac only)
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to