Added Node.js support.
This commit is contained in:
12
src/nodejs/unit-http/binding.gyp
Normal file
12
src/nodejs/unit-http/binding.gyp
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
'targets': [{
|
||||
'target_name': "unit-http",
|
||||
'sources': ["unit.cpp", "addon.cpp"],
|
||||
'include_dirs': [
|
||||
"<!(echo $UNIT_SRC_PATH)"
|
||||
],
|
||||
'libraries': [
|
||||
"<!(echo $UNIT_LIB_STATIC_PATH)"
|
||||
]
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user