Skip to content

Commit

Permalink
win,build: remove duplicate definition
Browse files Browse the repository at this point in the history
The duplicate warning was fixed by e1fe270, but returned as of 9f45799.
Hopefully this will fix the issue for good.

PR: #512
Reviewed-by: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
piscisaureus committed Jan 19, 2015
1 parent e8d0850 commit 4af5746
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4af5746

Please sign in to comment.