aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-04-17 00:03:40 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-04-17 00:03:40 -0700
commit63b0d11ca81b348dcf4463ff935ef326b4be7358 (patch)
treee2d31750f53f1bf07bbaf1e33cbf1e45e606ae18 /src/python
parentae5ca1b44770dd8cb0df74e91915e71116fa75ab (diff)
Final changes
Diffstat (limited to 'src/python')
-rw-r--r--src/python/grpcio/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/commands.py b/src/python/grpcio/commands.py
index 848b284f35..fa5620d7e9 100644
--- a/src/python/grpcio/commands.py
+++ b/src/python/grpcio/commands.py
@@ -267,7 +267,7 @@ class BuildExt(build_ext.build_ext):
def build_extensions(self):
if "darwin" in sys.platform:
- config = os.environ.get('CONFIG', opt)
+ config = os.environ.get('CONFIG', 'opt')
target_path = os.path.abspath(
os.path.join(os.path.dirname(os.path.realpath(__file__)),
'..', '..', '..', 'libs', config))