From de2c4cca42e52e97d240f6de1dbc8094777f9871 Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Fri, 26 Dec 2008 04:38:25 +0000 Subject: Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the updated ICU dep that uses it as well. Add a SHARED scons command-line flag to build shared libraries. Review URL: http://codereview.chromium.org/16477 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7479 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/third_party/hunspell/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/third_party/hunspell/SConscript') diff --git a/chrome/third_party/hunspell/SConscript b/chrome/third_party/hunspell/SConscript index 7cc57e3..c5c9074 100644 --- a/chrome/third_party/hunspell/SConscript +++ b/chrome/third_party/hunspell/SConscript @@ -82,7 +82,7 @@ input_files = [ 'src/parsers/textparser.cxx', ] -env.ChromeStaticLibrary('hunspell', input_files) +env.ChromeLibrary('hunspell', input_files) dictionaries = [ -- cgit v1.1