[wx] Build fixes after recent changes.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@80191 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/wscript b/wscript
index 72b9121..aa266af 100644
--- a/wscript
+++ b/wscript
@@ -303,6 +303,9 @@
excludes.append('WebDOMScriptProfileNode.cpp')
excludes.append('WebNativeEventListener.cpp')
+ # This file appears not to build with older versions of ICU
+ excludes.append('LocalizedNumberICU.cpp')
+
if building_on_win32:
excludes.append('SharedTimerWx.cpp')
excludes.append('RenderThemeWin.cpp')