Explorar o código

Fix mac build

Ken Payson %!s(int64=9) %!d(string=hai) anos
pai
achega
3b90055f2c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/python/grpcio/commands.py

+ 1 - 1
src/python/grpcio/commands.py

@@ -260,7 +260,7 @@ class BuildExt(build_ext.build_ext):
     """Custom build_ext command to enable compiler-specific flags."""
 
     C_OPTIONS = {
-        'unix': ('-pthread', '-std=gnu99'),
+        'unix': ('-pthread',),
         'msvc': (),
     }
     LINK_OPTIONS = {}