Files
nginx-unit/src/nodejs/unit-http/binding.gyp
2018-10-03 17:50:03 +03:00

13 lines
264 B
Python

{
'targets': [{
'target_name': "unit-http",
'sources': ["unit.cpp", "addon.cpp"],
'include_dirs': [
"<!(echo $UNIT_SRC_PATH)"
],
'libraries': [
"<!(echo $UNIT_LIB_STATIC_PATH)"
]
}]
}