From 46969b99ca101e8e4cfcf125d776d724505ffc8f Mon Sep 17 00:00:00 2001 From: Dan O'Reilly Date: Fri, 21 Aug 2015 19:28:18 -0400 Subject: [PATCH] Set DYLD_LIBRARY_PATH for OSX Signed-off-by: Dan O'Reilly --- python/tox.ini | 1 + 1 file changed, 1 insertion(+) 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