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:
parent
9b53fde3a4
commit
9e50dda2c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue