Skip to content
Snippets Groups Projects
Unverified Commit 0875c6a5 authored by takanori-ihara's avatar takanori-ihara Committed by GitHub
Browse files

py-grpcio: fixed build with Fujitsu compilers (#16900)

parent 6aa0e994
Branches
Tags
No related merge requests found
...@@ -29,3 +29,7 @@ def setup_build_environment(self, env): ...@@ -29,3 +29,7 @@ def setup_build_environment(self, env):
env.set('GRPC_PYTHON_BUILD_SYSTEM_OPENSSL', True) env.set('GRPC_PYTHON_BUILD_SYSTEM_OPENSSL', True)
env.set('GRPC_PYTHON_BUILD_SYSTEM_ZLIB', True) env.set('GRPC_PYTHON_BUILD_SYSTEM_ZLIB', True)
env.set('GRPC_PYTHON_BUILD_SYSTEM_CARES', True) env.set('GRPC_PYTHON_BUILD_SYSTEM_CARES', True)
def patch(self):
if self.spec.satisfies('%fj'):
filter_file("-std=gnu99", "", "setup.py")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment