Skip to content

Commit

Permalink
Merge pull request websockets#33 from TooTallNate/gyp
Browse files Browse the repository at this point in the history
Added support for "node-gyp" build
  • Loading branch information
einaros committed Mar 24, 2012
2 parents c005635 + 768b6fd commit 87e9681
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
'targets': [
{
'target_name': 'validation',
'cflags': [ '-O3' ],
'sources': [ 'src/validation.cc' ]
},
{
'target_name': 'bufferutil',
'cflags': [ '-O3' ],
'sources': [ 'src/bufferutil.cc' ]
}
]
}

0 comments on commit 87e9681

Please sign in to comment.