diff options
-rw-r--r-- | webkit/build/WebCore/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 94bdebd..bad715f 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -32,7 +32,7 @@ if env.Bit('posix'): env.Append( CPPPATH = [ - '$THIRD_PARTY_DIR/sqlite' + '$THIRD_PARTY_DIR/sqlite/preprocessed' ] ) |