Title: [90510] trunk/Tools
Revision
90510
Author
[email protected]
Date
2011-07-06 16:14:35 -0700 (Wed, 06 Jul 2011)

Log Message

[wx] Unreviewed build fix, add the correct path to the waf build settings.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90509 => 90510)


--- trunk/Tools/ChangeLog	2011-07-06 23:13:00 UTC (rev 90509)
+++ trunk/Tools/ChangeLog	2011-07-06 23:14:35 UTC (rev 90510)
@@ -1,3 +1,9 @@
+2011-07-06  Kevin Ollivier  <[email protected]>
+
+        [wx] Unreviewed build fix, add the correct path to the waf build settings.
+        
+        * wx/packaging/build-win-installer.py:
+
 2011-07-06  Adam Barth  <[email protected]>
 
         Add missing include.

Modified: trunk/Tools/wx/packaging/build-win-installer.py (90509 => 90510)


--- trunk/Tools/wx/packaging/build-win-installer.py	2011-07-06 23:13:00 UTC (rev 90509)
+++ trunk/Tools/wx/packaging/build-win-installer.py	2011-07-06 23:14:35 UTC (rev 90510)
@@ -34,7 +34,7 @@
 import wx
 
 script_dir = os.path.abspath(os.path.dirname(__file__))
-sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build")))
+sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "..", "waf", "build")))
 
 from build_utils import *
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to