Previous changeset 1:31f1e69aae89 (2013-11-15) Next changeset 3:411985b46ae8 (2017-01-04) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r 31f1e69aae89 -r 63a4a902cda2 tool_dependencies.xml --- a/tool_dependencies.xml Fri Nov 15 07:03:45 2013 -0500 +++ b/tool_dependencies.xml Tue Jun 24 12:01:04 2014 -0400 |
b |
@@ -6,8 +6,10 @@ <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action> <action type="autoconf" /> <action type="set_environment"> + <environment_variable name="ZLIB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> + <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable> <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> - <environment_variable name="ZLIB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> + <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> </action> |