Skip to content

Commit

Permalink
Fixed TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Sep 21, 2015
1 parent 38745ef commit 91b9642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grpc.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
],
Expand Down
2 changes: 1 addition & 1 deletion templates/grpc.gyp.template
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
],
Expand Down

0 comments on commit 91b9642

Please sign in to comment.