aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/grpc.gyp.template
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-09-21 16:43:14 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-09-21 16:43:14 -0700
commit91b964287bbe8f747c89d2acbd42f978753efa83 (patch)
treea069889311c08d177b67ddfc6241d2a3c1880d31 /templates/grpc.gyp.template
parent38745ef38076acefe29218a48a7484efc79022e1 (diff)
Fixed TODO comment
Diffstat (limited to 'templates/grpc.gyp.template')
-rw-r--r--templates/grpc.gyp.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/grpc.gyp.template b/templates/grpc.gyp.template
index 78f196e467..873606202a 100644
--- a/templates/grpc.gyp.template
+++ b/templates/grpc.gyp.template
@@ -65,7 +65,7 @@
'GenerateDebugInformation': 'true',
},
},
- # Add fallback for Windows, and if pkg-config is not available
+ # TODO: Add fallback for Windows, and if pkg-config is not available
'defines': [
'TSI_OPENSSL_ALPN_SUPPORT=<!(pkg-config --atleast-version=1.0.2 openssl >/dev/null 2>&1 && echo 1 || echo 0)'
],