Skip to content
Snippets Groups Projects
Commit e40ff65e authored by murgatroid99's avatar murgatroid99
Browse files

Cleaned out some cruft from binding.gyp

parent 132ce6a2
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,9 @@ ...@@ -24,7 +24,9 @@
'link_settings': { 'link_settings': {
'libraries': [ 'libraries': [
'-lrt', '-lrt',
'-lpthread' '-lpthread',
'-lgrpc',
'-lgpr'
], ],
}, },
"target_name": "grpc", "target_name": "grpc",
...@@ -38,27 +40,6 @@ ...@@ -38,27 +40,6 @@
"ext/server.cc", "ext/server.cc",
"ext/server_credentials.cc", "ext/server_credentials.cc",
"ext/timeval.cc" "ext/timeval.cc"
],
'conditions' : [
['no_install=="yes"', {
'include_dirs': [
"<(grpc_root)/include"
],
'link_settings': {
'libraries': [
'<(grpc_root)/<(grpc_lib_subdir)/libgrpc.a',
'<(grpc_root)/<(grpc_lib_subdir)/libgpr.a'
]
}
}],
['no_install!="yes"', {
'link_settings': {
'libraries': [
'-lgrpc',
'-lgpr'
]
}
}]
] ]
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment