Title: [140260] trunk/Tools
Revision
140260
Author
[email protected]
Date
2013-01-19 14:44:23 -0800 (Sat, 19 Jan 2013)

Log Message

Make ninja the default build system for build-webkit --chromium on mac
https://bugs.webkit.org/show_bug.cgi?id=106737

Reviewed by Eric Seidel.

* Scripts/update-webkit-chromium:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (140259 => 140260)


--- trunk/Tools/ChangeLog	2013-01-19 21:47:45 UTC (rev 140259)
+++ trunk/Tools/ChangeLog	2013-01-19 22:44:23 UTC (rev 140260)
@@ -1,3 +1,12 @@
+2013-01-19  Nico Weber  <[email protected]>
+
+        Make ninja the default build system for build-webkit --chromium on mac
+        https://bugs.webkit.org/show_bug.cgi?id=106737
+
+        Reviewed by Eric Seidel.
+
+        * Scripts/update-webkit-chromium:
+
 2013-01-19  Zan Dobersek  <[email protected]>
 
         [WK2] svg/dom/fuzz-path-parser.html is failing

Modified: trunk/Tools/Scripts/update-webkit-chromium (140259 => 140260)


--- trunk/Tools/Scripts/update-webkit-chromium	2013-01-19 21:47:45 UTC (rev 140259)
+++ trunk/Tools/Scripts/update-webkit-chromium	2013-01-19 22:44:23 UTC (rev 140260)
@@ -66,7 +66,7 @@
 }
 
 my $force = 0;
-my $useNinja = $^O eq "linux";
+my $useNinja = $^O eq "linux" || $^O eq "darwin";
 
 GetOptions(
   'force' => \$force,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to