diff options
Diffstat (limited to 'chrome/third_party/hunspell/using_hunspell.scons')
-rw-r--r-- | chrome/third_party/hunspell/using_hunspell.scons | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/third_party/hunspell/using_hunspell.scons b/chrome/third_party/hunspell/using_hunspell.scons index 5b836a6..51d430d 100644 --- a/chrome/third_party/hunspell/using_hunspell.scons +++ b/chrome/third_party/hunspell/using_hunspell.scons @@ -16,4 +16,7 @@ env.Append( CPPPATH = [ '$CHROME_DIR/third_party/hunspell/src/hunspell', ], + LIBS = [ + 'hunspell', + ], ) |