blob: 7159c6e509f1ad605e60c5d79233b9579a6bb0ed [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
Sree Kuchibhotla9a7bab52017-03-29 11:51:25 -070016 CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-4.dll'
murgatroid99c781f642017-01-17 11:47:06 -080017end