diff options
Diffstat (limited to 'build/googleurl_lib.scons')
-rw-r--r-- | build/googleurl_lib.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/googleurl_lib.scons b/build/googleurl_lib.scons index 22e0f53..9e4f325 100644 --- a/build/googleurl_lib.scons +++ b/build/googleurl_lib.scons @@ -46,7 +46,7 @@ input_files = [ 'src/url_util.cc', ] -env.ChromeStaticLibrary('googleurl', input_files) +env.ChromeLibrary('googleurl', input_files) env.ChromeMSVSProject('$GOOGLEURL_DIR/build/googleurl.vcproj', guid='{EF5E94AB-B646-4E5B-A058-52EF07B8351C}') |