blob: 644c80fdb62cdc2ba8b1012ff68ca6df9bb6175b [file] [log] [blame]
Jan Tattermusch7897ae92017-06-07 22:57:36 +02001# Copyright 2017 gRPC authors.
murgatroid99e3759752017-01-17 16:32:23 -08002#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02003# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
murgatroid99e3759752017-01-17 16:32:23 -08006#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02007# http://www.apache.org/licenses/LICENSE-2.0
murgatroid99e3759752017-01-17 16:32:23 -08008#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02009# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
murgatroid99e3759752017-01-17 16:32:23 -080014
murgatroid99c781f642017-01-17 11:47:06 -080015module GrpcBuildConfig
Vijay Pai392e2132018-01-13 23:58:26 -080016 CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-6.dll'
murgatroid99c781f642017-01-17 11:47:06 -080017end