Title: [163203] trunk/Tools
Revision
163203
Author
[email protected]
Date
2014-01-31 14:26:38 -0800 (Fri, 31 Jan 2014)

Log Message

Unreviewed, really add the --copy-libraries option.

* Scripts/build-jsc:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (163202 => 163203)


--- trunk/Tools/ChangeLog	2014-01-31 22:23:09 UTC (rev 163202)
+++ trunk/Tools/ChangeLog	2014-01-31 22:26:38 UTC (rev 163203)
@@ -1,5 +1,11 @@
 2014-01-31  Filip Pizlo  <[email protected]>
 
+        Unreviewed, really add the --copy-libraries option.
+
+        * Scripts/build-jsc:
+
+2014-01-31  Filip Pizlo  <[email protected]>
+
         Unreviewed, fix the script for older Rubies.
 
         * Scripts/export-llvm-build:

Modified: trunk/Tools/Scripts/build-jsc (163202 => 163203)


--- trunk/Tools/Scripts/build-jsc	2014-01-31 22:23:09 UTC (rev 163202)
+++ trunk/Tools/Scripts/build-jsc	2014-01-31 22:26:38 UTC (rev 163203)
@@ -58,6 +58,7 @@
     'help' => \$showHelp,
     'ftl-jit!' => \$ftlJIT,
     'cloop!' => \$forceCLoop,
+    'copy-libraries' => \$copyLibraries,
     'makeargs=s' => \$makeArgs
 );
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to