Title: [91318] trunk/Tools
Revision
91318
Author
[email protected]
Date
2011-07-19 16:14:27 -0700 (Tue, 19 Jul 2011)

Log Message

[wx] Unreviewed build fix, don't add the debug prefix as 2.9 no longer uses one.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (91317 => 91318)


--- trunk/Tools/ChangeLog	2011-07-19 22:58:59 UTC (rev 91317)
+++ trunk/Tools/ChangeLog	2011-07-19 23:14:27 UTC (rev 91318)
@@ -1,3 +1,9 @@
+2011-07-19  Kevin Ollivier  <[email protected]>
+
+        [wx] Unreviewed build fix, don't add the debug prefix as 2.9 no longer uses one.
+
+        * waf/build/wxpresets.py:
+
 2011-07-19  Eric Seidel  <[email protected]>
 
         new-run-webkit-tests should only enable MallocStackLogging for DRT

Modified: trunk/Tools/waf/build/wxpresets.py (91317 => 91318)


--- trunk/Tools/waf/build/wxpresets.py	2011-07-19 22:58:59 UTC (rev 91317)
+++ trunk/Tools/waf/build/wxpresets.py	2011-07-19 23:14:27 UTC (rev 91318)
@@ -94,7 +94,7 @@
     if wxPython and not version_str_nodot.startswith('29'):
         ext += 'h'
         depext += 'h'
-    elif debug:
+    elif debug and not version_str_nodot.startswith('29'):
         ext += 'd'
         depext += 'd'
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to