Skip to content

Commit

Permalink
Set QUICKFAST_ROOT if it's not previously defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Wilson committed Feb 22, 2017
1 parent 25b0c5e commit ad962b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ if [ -z "$LIQUIBOOK_ROOT" ]; then
export LIQUIBOOK_ROOT=`$READLINK -f $SOURCE_DIR`
fi
fi
if [ -z "$QUICKFAST_ROOT" ]; then
export QUICKFAST_ROOT=`pwd`/noQuickFAST
echo QuickFAST support disabled
fi
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIQUIBOOK_ROOT/lib
# CIAO is not used, set so MPC does not give warning
export CIAO_ROOT=/dev/null

0 comments on commit ad962b7

Please sign in to comment.