Title: [163206] trunk/Tools
Revision
163206
Author
[email protected]
Date
2014-01-31 14:57:44 -0800 (Fri, 31 Jan 2014)

Log Message

Unreviewed, really make --copy-libraries a no-able option.
        
* Scripts/build-jsc:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (163205 => 163206)


--- trunk/Tools/ChangeLog	2014-01-31 22:44:26 UTC (rev 163205)
+++ trunk/Tools/ChangeLog	2014-01-31 22:57:44 UTC (rev 163206)
@@ -1,5 +1,11 @@
 2014-01-31  Filip Pizlo  <[email protected]>
 
+        Unreviewed, really make --copy-libraries a no-able option.
+        
+        * Scripts/build-jsc:
+
+2014-01-31  Filip Pizlo  <[email protected]>
+
         Unreviewed, really add the --copy-libraries option.
 
         * Scripts/build-jsc:

Modified: trunk/Tools/Scripts/build-jsc (163205 => 163206)


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

Reply via email to