From 3f7430bd81774169d99e2337f1d7263c3301d00f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 8 Aug 2008 03:13:29 -0400 Subject: Don't include gdtoa/.libs anymore, it's not being used. --- test/PyUnitTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/PyUnitTests.py') diff --git a/test/PyUnitTests.py b/test/PyUnitTests.py index 471f0d15..52671fbd 100755 --- a/test/PyUnitTests.py +++ b/test/PyUnitTests.py @@ -1,5 +1,5 @@ #!/bin/sh PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \ -DYLD_LIBRARY_PATH="%builddir%/.libs":"%builddir%/gdtoa/.libs":$DYLD_LIBRARY_PATH \ +DYLD_LIBRARY_PATH="%builddir%/.libs":$DYLD_LIBRARY_PATH \ python "%srcdir%"/test/UnitTests.py -- cgit v1.2.3