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 6f7b5d0..ff4153f 100644 --- a/chrome/third_party/hunspell/SConscript +++ b/chrome/third_party/hunspell/SConscript @@ -67,7 +67,7 @@ input_files = [ 'src/parsers/textparser.cxx',
]
-env.StaticLibrary('hunspell', input_files)
+env.ChromeStaticLibrary('hunspell', input_files)
|