Previous changeset 0:9ed7af129bd3 (2014-02-20) Next changeset 2:5e1760c773ba (2014-07-26) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r 9ed7af129bd3 -r 71e3f4bfd1a9 tool_dependencies.xml --- a/tool_dependencies.xml Thu Feb 20 06:51:44 2014 -0500 +++ b/tool_dependencies.xml Sun Apr 27 14:54:11 2014 -0400 |
b |
@@ -15,6 +15,8 @@ <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</environment_variable> + <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> </action> </actions> </install> |