diff options
Diffstat (limited to 'chrome/third_party/hunspell/SConscript')
-rw-r--r-- | chrome/third_party/hunspell/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |