From af1f80db6838a6f44cbfae2faca5ed7bfa00dc96 Mon Sep 17 00:00:00 2001 From: "kevino@webkit.org" Date: Wed, 10 Aug 2011 23:19:30 +0000 Subject: [PATCH] [wx] Unreviewed build fix. Do not build LocaleToScriptMappingICU.cpp for now as ICU on Leopard is too old to build this. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@92801 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 7 +++++++ wscript | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index be45b3a..053d6b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-08-10 Kevin Ollivier + + [wx] Unreviewed build fix. Do not build LocaleToScriptMappingICU.cpp for now + as ICU on Leopard is too old to build this. + + * wscript: + 2011-08-08 Adrienne Walker Add testing for --force-compositing-mode to windows.internal diff --git a/wscript b/wscript index 6f0a317..98168d6 100644 --- a/wscript +++ b/wscript @@ -313,8 +313,9 @@ def build(bld): excludes.append('WebDOMScriptProfileNode.cpp') excludes.append('WebNativeEventListener.cpp') - # This file appears not to build with older versions of ICU + # These files appear not to build with older versions of ICU excludes.append('LocalizedNumberICU.cpp') + excludes.append('LocaleToScriptMappingICU.cpp') if building_on_win32: excludes.append('SharedTimerWx.cpp') -- 1.8.3.1