diff options
Diffstat (limited to 'webkit/build/WebCore/SConscript')
-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 621898e..517f170 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -951,7 +951,7 @@ if env.Bit('windows'): env.Append(CCPCHFLAGS = ['/FIprecompiled_webkit.h']) input_files += [obj] -env.ChromeStaticLibrary('WebCore', input_files) +env.ChromeLibrary('WebCore', input_files) env.ChromeMSVSProject('$WEBKIT_DIR/build/WebCore/WebCore.vcproj', dependencies = [ |