nixpkgs
cb0e20d6 - python/grpcio: fix darwin build

Commit
6 years ago
python/grpcio: fix darwin build grpcio currently does not build on Darwin (10.13.6). Due to the following issues: * ar is invoked with incorrect flags (#33765). * libtool cannot be found, with a libtool dependency, with libtool the option '-no_warning_for_no_symbols' is not recognized. * the module build cannot find boringssl that is packaged with python-grpcio when pkgconfig is not installed (grpc/#10058). (cherry picked from commit 4beb94d6d6b7cf1829c27b1fd52d43707fbc1844)
Author
Committer
Parents
Loading