mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1234130 - Fix MSVC LNK4217 warning in hunspell. r=mshal
This commit is contained in:
parent
796ab8e2b5
commit
fc8dd4dada
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user