Skip to content

Commit

Permalink
node-gyp support instead of no longer worling node-waf, tested on OS …
Browse files Browse the repository at this point in the history
…X 10.8.2
  • Loading branch information
icing committed Jan 9, 2013
1 parent 48a7c11 commit 4a1ef5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
9 changes: 9 additions & 0 deletions binding.gyp
@@ -0,0 +1,9 @@
{
"targets": [
{
"target_name": "pcap_binding",
"sources": [ "pcap_binding.cc" ],
"link_settings" : { "libraries" : [ "-lpcap" ] }
}
]
}
18 changes: 0 additions & 18 deletions wscript

This file was deleted.

0 comments on commit 4a1ef5b

Please sign in to comment.