diff options
author | jiangtaoli2016 <jiangtao@google.com> | 2017-04-15 10:20:51 -0700 |
---|---|---|
committer | jiangtaoli2016 <jiangtao@google.com> | 2017-04-15 10:20:51 -0700 |
commit | e223a6a042b3123a2aee25ec0d3fe42ffd0c43e2 (patch) | |
tree | 041120a077b83bae9f461f8e62dac5b531babaa1 /build_config.rb | |
parent | c953b62d396d6168507520d837550f6b12d7e729 (diff) | |
parent | 644e05e79ba04fb0f424cbb8dffce6c3cd3913ec (diff) |
Merge branch 'master' into new_tsi
Diffstat (limited to 'build_config.rb')
-rw-r--r-- | build_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb index b5a8c2020b..9a69070dc7 100644 --- a/build_config.rb +++ b/build_config.rb @@ -28,5 +28,5 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. module GrpcBuildConfig - CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-3.dll' + CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-4.dll' end |