QP_ROOT in install scripts

This commit is contained in:
Anthony Scemama 2015-11-25 18:59:49 +01:00
parent 6b02b622ba
commit d3530303ed
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@ TARGET=f77zmq
function _install()
{
cd ..
QP_ROOT=$PWD
cd -
export C_INCLUDE_PATH="${C_INCLUDE_PATH}":"${QP_ROOT}"/lib
set -e
set -u

View File

@ -4,6 +4,9 @@ TARGET=zeromq
function _install()
{
cd ..
QP_ROOT=$PWD
cd -
export C_INCLUDE_PATH="${C_INCLUDE_PATH}":./
set -e
set -u