Title: [209655] trunk/Tools
Revision
209655
Author
o...@webkit.org
Date
2016-12-10 00:04:53 -0800 (Sat, 10 Dec 2016)

Log Message

Unreviewed buildfix after r209630.

* Scripts/build-jsc: Remove building the non-existing testWASM.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (209654 => 209655)


--- trunk/Tools/ChangeLog	2016-12-10 07:43:50 UTC (rev 209654)
+++ trunk/Tools/ChangeLog	2016-12-10 08:04:53 UTC (rev 209655)
@@ -1,3 +1,9 @@
+2016-12-09  Csaba Osztrogonác  <o...@webkit.org>
+
+        Unreviewed buildfix after r209630.
+
+        * Scripts/build-jsc: Remove building the non-existing testWASM.
+
 2016-12-09  Eric Carlson  <eric.carl...@apple.com>
 
         Annotate MediaStream and WebRTC idl with EnabledAtRuntime flag

Modified: trunk/Tools/Scripts/build-jsc (209654 => 209655)


--- trunk/Tools/Scripts/build-jsc	2016-12-10 07:43:50 UTC (rev 209654)
+++ trunk/Tools/Scripts/build-jsc	2016-12-10 08:04:53 UTC (rev 209655)
@@ -137,7 +137,7 @@
     unless (isAnyWindows()) {
         # By default we build using all of the available CPUs
         $makeArgs .= ($makeArgs ? " " : "") . "-j" . numberOfCPUs() if $makeArgs !~ /-j\s*\d+/;
-        $buildTarget = "jsc testb3 testair testWASM $makeArgs";
+        $buildTarget = "jsc testb3 testair $makeArgs";
     } elsif (canUseNinja()) {
         $buildTarget .= "jsc testapi";
     }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to