initial
This commit is contained in:
19
node_modules/epoll/binding.gyp
generated
vendored
Normal file
19
node_modules/epoll/binding.gyp
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"targets": [{
|
||||
"target_name": "epoll",
|
||||
"conditions": [[
|
||||
"OS == \"linux\"", {
|
||||
"cflags": [
|
||||
"-Wno-unused-local-typedefs"
|
||||
]
|
||||
}]
|
||||
],
|
||||
"include_dirs" : [
|
||||
"<!(node -e \"require('nan')\")"
|
||||
],
|
||||
"sources": [
|
||||
"./src/epoll.cc"
|
||||
]
|
||||
}]
|
||||
}
|
||||
|
Reference in New Issue
Block a user