Changeset 180942 in webkit


Ignore:
Timestamp:
Mar 3, 2015 10:50:49 AM (9 years ago)
Author:
ddkilzer@apple.com
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.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r180940 r180942  
     12015-03-03  David Kilzer  <ddkilzer@apple.com>
     2
     3        `build-webkit --help` is wrong about how to build for the iOS simulator
     4        <http://webkit.org/b/142223>
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * Scripts/build-webkit: Fix help.
     9
    1102015-03-03  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Tools/Scripts/build-webkit

    r178656 r180942  
    9090  --sdk=<sdk>                       Use a specific Xcode SDK (iOS and Mac only)
    9191  --device                          Use "iphoneos.internal" SDK if installed, else "iphoneos" SDK (iOS only)
    92   --simulator                       Use the current iphonesimulator SDK (iOS only)
     92  --ios-simulator                   Use the current iphonesimulator SDK (iOS only)
    9393  --coverage                        Enable code coverage support (Mac only)
    9494  --analyze                         Enable static anaylsis (iOS and Mac only)
Note: See TracChangeset for help on using the changeset viewer.