Previous changeset 0:a8d7180642fa (2013-08-11) Next changeset 2:c494aad769a8 (2015-07-17) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r a8d7180642fa -r f744bc704064 tool_dependencies.xml --- a/tool_dependencies.xml Sun Aug 11 06:18:57 2013 -0400 +++ b/tool_dependencies.xml Tue Jun 24 11:59:39 2014 -0400 |
b |
@@ -15,6 +15,10 @@ <environment_variable name="BZLIB_LIB_DIR" action="set_to">$INSTALL_DIR/bzlib/lib</environment_variable> <environment_variable name="BZLIB_INCLUDE_DIR" action="set_to">$INSTALL_DIR/bzlib/include</environment_variable> <environment_variable name="BZLIB_SOURCE_DIR" action="set_to">$INSTALL_DIR/bzlib/source</environment_variable> + <environment_variable name="LD_LIBRARY_PATH" action="prepend_to" >$INSTALL_DIR/bzlib/lib/</environment_variable> + <environment_variable name="LIBRARY_PATH" action="prepend_to" >$INSTALL_DIR/bzlib/lib/</environment_variable> + <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/bzlib/include</environment_variable> + <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/bzlib/include</environment_variable> </action> </actions> </install> |