aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-02-15 01:16:37 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-02-15 01:16:37 +0000
commita035afcfae9f520d86dcc677c601eab1bc51bd77 (patch)
tree2f8f8737afe6ccbb964fded1dadea788d01af456 /tools
parent6edb45189ea7165cc06561d5aab56dbb743b0505 (diff)
Clean up setup.py and move it into src/.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/build_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_python.sh b/tools/run_tests/build_python.sh
index b45b9d6106..3f39e56db6 100755
--- a/tools/run_tests/build_python.sh
+++ b/tools/run_tests/build_python.sh
@@ -12,4 +12,4 @@ virtualenv python2.7_virtual_environment
ln -sf $root/include/grpc python2.7_virtual_environment/include/grpc
source python2.7_virtual_environment/bin/activate
pip install enum34==1.0.4 futures==2.2.0 protobuf==2.6.1
-CFLAGS=-I$root/include LDFLAGS=-L$root/libs/opt pip install src/python
+CFLAGS=-I$root/include LDFLAGS=-L$root/libs/opt pip install src/python/src