win,build: remove duplicate definition
The duplicate warning was fixed bye1fe270
, but returned as of9f45799
. Hopefully this will fix the issue for good. PR: https://github.com/iojs/io.js/pull/512 Reviewed-by: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
Родитель
e8d08503c7
Коммит
4af5746993
3
node.gyp
3
node.gyp
|
@ -322,6 +322,9 @@
|
|||
'sources': [
|
||||
'src/res/node.rc',
|
||||
],
|
||||
'defines!': [
|
||||
'NODE_PLATFORM="win"',
|
||||
],
|
||||
'defines': [
|
||||
'FD_SETSIZE=1024',
|
||||
# we need to use node's preferred "win32" rather than gyp's preferred "win"
|
||||
|
|
Загрузка…
Ссылка в новой задаче