Mercurial > repos > iuc > package_bzlib_1_0
diff tool_dependencies.xml @ 3:e89ba6f88ab2 draft
Uploaded
| author | bgruening |
|---|---|
| date | Sun, 16 Mar 2014 18:54:09 -0400 |
| parents | c8aecd67e0f5 |
| children | 2dec91192fc7 |
line wrap: on
line diff
--- a/tool_dependencies.xml Sat Mar 15 22:41:09 2014 -0400 +++ b/tool_dependencies.xml Sun Mar 16 18:54:09 2014 -0400 @@ -15,6 +15,9 @@ <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="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>
