Skip to content

Commit

Permalink
resetting CPATH and LD_LIBRARY_PATH in release_linux.sh script to be …
Browse files Browse the repository at this point in the history
…able to use system TBB also when ICC is installed
  • Loading branch information
svenwoop committed Aug 19, 2015
1 parent 26aff40 commit be1fe4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/release_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

#destdir=`readlink -f "$1"`

export CPATH=
export LD_LIBRARY_PATH=

function check_symbols
{
for sym in `nm $1 | grep $2_`
Expand Down

0 comments on commit be1fe4f

Please sign in to comment.