]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - bin/linear_programs/lp_solve_wrapper
Update the lp_solve wrapper's LD_LIBRARY_PATH.
[dead/census-tools.git] / bin / linear_programs / lp_solve_wrapper
index c7d2bd78a66b527d6e04896c629e12899bbeeb91..4cc12a2ca40fafe3b6cd323aa48b9cca272674cd 100755 (executable)
@@ -6,7 +6,7 @@
 # executing the script.
 #
 
-export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:../lib/lp_solve"
+export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:../../lib/lp_solve"
 
 # Run all but the first command-line argument. This should
 # execute the python script, followed by all of its arguments.