changeset 90:c174a815da9c

add LIBRARY_PATH variable
author Jan Kanis <jan.code@jankanis.nl>
date Tue, 24 Jun 2014 17:13:41 +0200
parents 8a712d393559
children 20639b08d781
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jun 24 17:07:46 2014 +0200
+++ b/tool_dependencies.xml	Tue Jun 24 17:13:41 2014 +0200
@@ -42,6 +42,7 @@
 	<!-- install lxml manually, as the setup_virtualenv action does not include the environment
 	     from set_environment_for_install but shell_command does -->
 	<action type="shell_command">
+	  export LIBRARY_PATH="$ZLIB_ROOT_PATH/lib:$LIBRARY_PATH"
 	  $INSTALL_DIR/venv/bin/pip install lxml==3.3.5
 	</action>