aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/build_config.rb.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/build_config.rb.template')
-rw-r--r--templates/build_config.rb.template5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/build_config.rb.template b/templates/build_config.rb.template
new file mode 100644
index 0000000000..4cb4810d33
--- /dev/null
+++ b/templates/build_config.rb.template
@@ -0,0 +1,5 @@
+%YAML 1.2
+--- |
+ module GrpcBuildConfig
+ CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-${settings.core_version.major}.dll'
+ end \ No newline at end of file