Browse Source

Set DYLD_LIBRARY_PATH for OSX

Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
Dan O'Reilly 10 years ago
parent
commit
46969b99ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      python/tox.ini

+ 1 - 0
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