Mercurial > repos > anmoljh > package_ncurses_5_9
changeset 1:93ce0192b9db default tip
changed path variables
author | 'Anmol J. Hemrom' <anmol.jh@gmail.com> |
---|---|
date | Thu, 03 Sep 2015 13:28:19 +0100 |
parents | 62f9f5ddf0bf |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Sep 03 07:18:31 2015 -0400 +++ b/tool_dependencies.xml Thu Sep 03 13:28:19 2015 +0100 @@ -10,13 +10,13 @@ <action type="shell_command">make</action> <action type="shell_command">make install</action> <action type="set_environment"> - <environment_variable action="set_to" name="NCURSES_INCLUDE_PATH">$INSTALL_DIR/include/ncurses</environment_variable> + <environment_variable action="set_to" name="NCURSES_INCLUDE_PATH">$INSTALL_DIR/include:$INSTALL_DIR/include/ncurses</environment_variable> <environment_variable action="set_to" name="NCURSES_LIB_PATH">$INSTALL_DIR/lib/</environment_variable> <environment_variable action="set_to" name="NCURSES_ROOT_PATH">$INSTALL_DIR</environment_variable> <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> - <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include/ncurses</environment_variable> - <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include/ncurses</environment_variable> + <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include:$INSTALL_DIR/include/ncurses</environment_variable> + <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include:$INSTALL_DIR/include/ncurses</environment_variable> </action> </actions> </install>