Skip to content
Snippets Groups Projects
Commit db45be44 authored by remy's avatar remy
Browse files

adding include headers files for curl dev files

parent d3a03af4
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@ set CURL_LEVEL 7.50
set CURL_SUBVER 3
set CURL_CURPATH /share/apps/bin/curl
setenv C_INCLUDE_PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/include/curl
setenv CPLUS_INCLUDE_PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/include/curl
prepend-path PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/bin
prepend-path LD_LIBRARY_PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/lib
prepend-path MANPATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/share/man
......
......@@ -16,6 +16,10 @@ set is_module_rm [module-info mode remove]
set CURL_LEVEL masterbranch
set CURL_CURPATH /share/apps/bin/curl
setenv C_INCLUDE_PATH $CURL_CURPATH/$CURL_LEVEL/include/curl
setenv CPLUS_INCLUDE_PATH $CURL_CURPATH/$CURL_LEVEL/include/curl
prepend-path PATH $CURL_CURPATH/$CURL_LEVEL/bin
prepend-path LD_LIBRARY_PATH $CURL_CURPATH/$CURL_LEVEL/lib
prepend-path MANPATH $CURL_CURPATH/$CURL_LEVEL/share/man
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment