aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Frank Groeneveld <frank@ivaldi.nl>2017-10-12 08:27:14 +0200
committerGravatar Mehrdad Afshari <mmx@google.com>2017-10-12 13:50:38 -0700
commitfbf8128da8ea1dd55729c957e915afedb8754f0d (patch)
treeea210d23f7147f849e6d807a2c827006ba549bea /grpc.gemspec
parent1ddeeb9b9e7385d85642c7f9ac3f50a6ddcef910 (diff)
Add OpenBSD support
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index ce23e6f7df..6b35d7a7c1 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -1125,6 +1125,7 @@ Gem::Specification.new do |s|
s.files += %w( third_party/cares/ares_build.h )
s.files += %w( third_party/cares/config_linux/ares_config.h )
s.files += %w( third_party/cares/config_darwin/ares_config.h )
+ s.files += %w( third_party/cares/config_openbsd/ares_config.h )
s.files += %w( third_party/cares/cares/ares__close_sockets.c )
s.files += %w( third_party/cares/cares/ares__get_hostent.c )
s.files += %w( third_party/cares/cares/ares__read_line.c )