mirror of https://github.com/nodejs/node.git
zlib: compile without -ansi
Source contains C++ / C99 comments, gcc in strict mode doesn't like that.pull/22966/head
parent
cc2ac1ccc7
commit
3dee0e4cd8
|
@ -58,6 +58,7 @@
|
|||
'conditions': [
|
||||
['OS!="win"', {
|
||||
'product_name': 'chrome_zlib',
|
||||
'cflags!': [ '-ansi' ],
|
||||
'sources!': [
|
||||
'contrib/minizip/iowin32.c'
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue