Chromium Code Reviews| Index: webkit/build/WebCore/SConscript |
| diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript |
| index 0db8ffd59ea817d2f49c8d481d224c7352fa0a80..c9704c3514461bd70675a7d1905641e905321a4d 100644 |
| --- a/webkit/build/WebCore/SConscript |
| +++ b/webkit/build/WebCore/SConscript |
| @@ -33,7 +33,11 @@ if env.Bit('posix'): |
| env.Append( |
| CPPPATH = [ |
| '$THIRD_PARTY_DIR/sqlite/preprocessed' |
| - ] |
| + ], |
| + LIBS = [ |
| + 'V8Bindings', |
| + 'JavaScriptCore_pcre', |
| + ], |
| ) |
| input_files = [ |