Bug 1234130 - Fix MSVC LNK4217 warning in hunspell. r=mshal

This commit is contained in:
Mike Hommey 2016-01-26 09:12:58 +09:00
parent 796ab8e2b5
commit fc8dd4dada

View File

@ -35,3 +35,7 @@ EXPORTS.mozilla += [
if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wshadow']
# This variable is referenced in configure.in. Make sure to change that file
# too if you need to change this variable.
DEFINES['HUNSPELL_STATIC'] = True