aboutsummaryrefslogtreecommitdiff
path: root/python/tox.ini
diff options
context:
space:
mode:
authorDan O'Reilly <oreilldf@gmail.com>2015-08-21 19:28:18 -0400
committerDan O'Reilly <oreilldf@gmail.com>2015-08-21 19:28:18 -0400
commit46969b99ca101e8e4cfcf125d776d724505ffc8f (patch)
tree23c14eb8b4387ad87c39442d32d2497e3504ff69 /python/tox.ini
parent76f8a3fbcd2dde75d58fe242f70a235f29c806f5 (diff)
downloadprotobuf-46969b99ca101e8e4cfcf125d776d724505ffc8f.tar.gz
protobuf-46969b99ca101e8e4cfcf125d776d724505ffc8f.tar.bz2
protobuf-46969b99ca101e8e4cfcf125d776d724505ffc8f.zip
Set DYLD_LIBRARY_PATH for OSX
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
Diffstat (limited to 'python/tox.ini')
-rw-r--r--python/tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tox.ini b/python/tox.ini
index d758512d..9a934d0a 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -9,6 +9,7 @@ envlist =
usedevelop=true
setenv =
cpp: LD_LIBRARY_PATH={toxinidir}/../src/.libs
+ cpp: DYLD_LIBRARY_PATH={toxinidir}/../src/.libs
cpp: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
commands =
python setup.py -q build_py