diff options
-rw-r--r-- | webkit/build/WebCore/SConscript | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 72c5f22..cf44db8 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -30,6 +30,12 @@ if env['PLATFORM'] in ('darwin', 'posix'): # block on it. env['CXXFLAGS'].remove('-Werror') +env.Append( + CPPPATH = [ + '$THIRD_PARTY_DIR/sqlite' + ] +) + input_files = [ '$WEBCORE_DIR/css/CSSBorderImageValue.cpp', '$WEBCORE_DIR/css/CSSCanvasValue.cpp', |