win,build: remove duplicate definition

The duplicate warning was fixed by e1fe270, but returned as of 9f45799.
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:
Bert Belder 2015-01-19 17:25:23 +01:00
Родитель e8d08503c7
Коммит 4af5746993
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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"