diff options
author | murgatroid99 <mlumish@google.com> | 2015-03-04 17:33:00 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-03-04 17:33:00 -0800 |
commit | 2decfa2f7caf67e6129c2e02a62b8feb2d20e3bd (patch) | |
tree | 7857efde7732618756edc9b12135f83930b74847 | |
parent | e40ff65efdbf844da9d6fb20ad6a25f31b783925 (diff) |
Removed extra variables
-rw-r--r-- | src/node/binding.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/node/binding.gyp b/src/node/binding.gyp index 6f7620d990..7ef3bdf4bd 100644 --- a/src/node/binding.gyp +++ b/src/node/binding.gyp @@ -1,9 +1,4 @@ { - "variables" : { - 'no_install': "<!(echo $GRPC_NO_INSTALL)", - 'grpc_root': "<!(echo $GRPC_ROOT)", - 'grpc_lib_subdir': "<!(echo $GRPC_LIB_SUBDIR)" - }, "targets" : [ { 'include_dirs': [ |