Avoid boost auto-link warnings
This commit is contained in:
parent
d577ef8719
commit
6f476410fa
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
],
|
||||
"conditions": [
|
||||
["OS=='win'", {
|
||||
'common_defines': ['LIBXML_STATIC','BOOST_LIB_TOOLSET=vc140','BOOST_COMPILER=14.0'], # static libxml: libxml2_a.lib
|
||||
'common_defines': ['LIBXML_STATIC','BOOST_LIB_TOOLSET="vc140"','BOOST_COMPILER="14.0"'], # static libxml: libxml2_a.lib
|
||||
'common_libraries': []
|
||||
}, {
|
||||
'common_defines': ['SHAPE_MEMORY_MAPPED_FILE','U_CHARSET_IS_UTF8=1'],
|
||||
|
|
Loading…
Reference in a new issue