From 91b964287bbe8f747c89d2acbd42f978753efa83 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Mon, 21 Sep 2015 16:43:14 -0700 Subject: [PATCH] Fixed TODO comment --- grpc.gyp | 2 +- templates/grpc.gyp.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grpc.gyp b/grpc.gyp index 59b6044e348..0958cca5f32 100644 --- a/grpc.gyp +++ b/grpc.gyp @@ -63,7 +63,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=/dev/null 2>&1 && echo 1 || echo 0)' ], diff --git a/templates/grpc.gyp.template b/templates/grpc.gyp.template index 78f196e4677..873606202a1 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=/dev/null 2>&1 && echo 1 || echo 0)' ],