aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--grpc.gyp2
-rw-r--r--templates/grpc.gyp.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 59b6044e34..0958cca5f3 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=<!(pkg-config --atleast-version=1.0.2 openssl >/dev/null 2>&1 && echo 1 || echo 0)'
],
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)'
],