Title: [197430] trunk/Tools
- Revision
- 197430
- Author
- [email protected]
- Date
- 2016-03-01 17:43:03 -0800 (Tue, 01 Mar 2016)
Log Message
Fix iOS EWS.
https://bugs.webkit.org/show_bug.cgi?id=154880
Patch by Dean Johnson <[email protected]> on 2016-03-01
Reviewed by Alexey Proskuryakov.
* Scripts/copy-webkitlibraries-to-product-directory:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (197429 => 197430)
--- trunk/Tools/ChangeLog 2016-03-02 01:15:09 UTC (rev 197429)
+++ trunk/Tools/ChangeLog 2016-03-02 01:43:03 UTC (rev 197430)
@@ -1,3 +1,12 @@
+2016-03-01 Dean Johnson <[email protected]>
+
+ Fix iOS EWS.
+ https://bugs.webkit.org/show_bug.cgi?id=154880
+
+ Reviewed by Alexey Proskuryakov.
+
+ * Scripts/copy-webkitlibraries-to-product-directory:
+
2016-02-29 Chris Dumez <[email protected]>
Have parseHTMLInteger() / parseHTMLNonNegativeInteger() use WTF::Optional
Modified: trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory (197429 => 197430)
--- trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory 2016-03-02 01:15:09 UTC (rev 197429)
+++ trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory 2016-03-02 01:43:03 UTC (rev 197430)
@@ -37,6 +37,9 @@
my $osxVersion;
my $force = 0;
+# Pops off --sdk=<SDK Name> from the argument list so --sdk is not taken as the productDir.
+willUseIOSDeviceSDK();
+
my $programName = basename($0);
my $usage = <<EOF;
Usage: $programName [options]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes