comparison tool_dependencies.xml @ 5:4f6349319c0a

fixed unmatched tags
author nilesh
date Fri, 12 Jul 2013 14:01:18 -0500
parents 98e35d7ce5c9
children c6a790326d1e
comparison
equal deleted inserted replaced
4:98e35d7ce5c9 5:4f6349319c0a
8 <action type="shell_command">make</action> 8 <action type="shell_command">make</action>
9 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action> 9 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action>
10 <action type="set_environment"> 10 <action type="set_environment">
11 <environment_variable name="ZLIB_PATH" action="set_to">$INSTALL_DIR/zlib/lib</environment_variable> 11 <environment_variable name="ZLIB_PATH" action="set_to">$INSTALL_DIR/zlib/lib</environment_variable>
12 </action> 12 </action>
13 </actions>
14 <action type="set_environment"> 13 <action type="set_environment">
15 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/zlib/lib</environment_variable> 14 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/zlib/lib</environment_variable>
16 </action> 15 </action>
17 </actions> 16 </actions>
18 </install> 17 </install>