LD_LIBRARY_PATH fix for finding shared objects

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4738 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-04-29 10:58:50 +00:00
commit 9e50dda2c3

View file

@ -30,7 +30,7 @@ include ../common.mk
# a file is found which has _runme.rb appended after the testcase name.
run_testcase = \
if [ -f $*\_runme.rb ]; then ( \
ruby $*\_runme.rb;) \
env LD_LIBRARY_PATH=$(DYNAMIC_LIB_PATH):$$LD_LIBRARY_PATH ruby $*\_runme.rb;) \
fi;
# Clean