Mercurial > repos > iuc > package_readline_6_2
changeset 9:246f31787ca1 draft
Uploaded
| author | bgruening |
|---|---|
| date | Thu, 23 Jan 2014 17:46:50 -0500 |
| parents | c3f0077ab320 |
| children | 4e4f3dc94efa |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Jan 23 13:18:05 2014 -0500 +++ b/tool_dependencies.xml Thu Jan 23 17:46:50 2014 -0500 @@ -21,6 +21,8 @@ <action type="shell_command">make install</action> <action type="set_environment"> <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> + <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> + <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="READLINE_ROOT_PATH">$INSTALL_DIR</environment_variable>
