git-svn-id: https://svn.webkit.org/repository/webkit/trunk@90510
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-07-06 Kevin Ollivier <kevino@theolliviers.com>
+
+ [wx] Unreviewed build fix, add the correct path to the waf build settings.
+
+ * wx/packaging/build-win-installer.py:
+
2011-07-06 Adam Barth <abarth@webkit.org>
Add missing include.
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 *