From c781f6451887ee5b47623c511ba337b08532f583 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 17 Jan 2017 11:47:06 -0800 Subject: Use config file template instead of Rakefile template --- build_config.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build_config.rb (limited to 'build_config.rb') diff --git a/build_config.rb b/build_config.rb new file mode 100644 index 0000000000..83edb1c390 --- /dev/null +++ b/build_config.rb @@ -0,0 +1,3 @@ +module GrpcBuildConfig + CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-2.dll' +end -- cgit v1.2.3