Skip to content

Commit

Permalink
Fix Node 10 Windows build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanuary committed Nov 13, 2018
1 parent 7c325a5 commit a7e5a68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"targets": [
{
"target_name": "agentcore",
"win_delay_load_hook": "false",
"type": "shared_library",
"sources": [
"<(srcdir)/common/Logger.cpp",
Expand Down Expand Up @@ -140,6 +141,7 @@
},
{
"target_name": "hcmqtt",
"win_delay_load_hook": "false",
"type": "shared_library",
"sources": [
"<(pahosrcdir)/Clients.c",
Expand Down Expand Up @@ -171,6 +173,7 @@
},
{
"target_name": "cpuplugin",
"win_delay_load_hook": "false",
"type": "shared_library",
"sources": [
"<(srcdir)/monitoring/plugins/common/cpu/cpuplugin.cpp",
Expand All @@ -193,6 +196,7 @@
},
{
"target_name": "memoryplugin",
"win_delay_load_hook": "false",
"type": "shared_library",
"sources": [
"<(srcdir)/monitoring/plugins/common/memory/MemoryPlugin.cpp",
Expand All @@ -205,13 +209,15 @@
},
{
"target_name": "envplugin",
"win_delay_load_hook": "false",
"type": "shared_library",
"sources": [
"<(srcdir)/monitoring/plugins/common/environment/envplugin.cpp",
],
},
{
"target_name": "hcapiplugin",
"win_delay_load_hook": "false",
"type": "shared_library",
"sources": [
"<(srcdir)/monitoring/connector/api/APIConnector.cpp",
Expand All @@ -233,6 +239,7 @@
},
{
"target_name": "headlessplugin",
"win_delay_load_hook": "false",
"type": "shared_library",
"sources": [
"<(srcdir)/monitoring/connector/headless/HLConnector.cpp",
Expand All @@ -241,6 +248,7 @@
},
{
"target_name": "external",
"win_delay_load_hook": "false",
"type": "none",
"dependencies": [
"agentcore",
Expand Down

0 comments on commit a7e5a68

Please sign in to comment.