From 855ac383d8b0bfc6de294f6c33516bb77138163e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 31 Aug 2008 21:01:19 -0400 Subject: Set LD_LIBRARY_PATH in addition to DYLD_LIBRARY_PATH. --- test/PyUnitTests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/PyUnitTests.py') diff --git a/test/PyUnitTests.py b/test/PyUnitTests.py index 05dac4b4..41054faf 100755 --- a/test/PyUnitTests.py +++ b/test/PyUnitTests.py @@ -1,5 +1,6 @@ #!/bin/sh PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \ +LD_LIBRARY_PATH="%builddir%/.libs":$LD_LIBRARY_PATH \ DYLD_LIBRARY_PATH="%builddir%/.libs":$DYLD_LIBRARY_PATH \ %python% "%srcdir%"/test/UnitTests.py -- cgit v1.2.3