Skip to content

Commit be1fe4f

Browse files
committed
resetting CPATH and LD_LIBRARY_PATH in release_linux.sh script to be able to use system TBB also when ICC is installed
1 parent 26aff40 commit be1fe4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/release_linux.sh

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

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

10+
export CPATH=
11+
export LD_LIBRARY_PATH=
12+
1013
function check_symbols
1114
{
1215
for sym in `nm $1 | grep $2_`

0 commit comments

Comments
 (0)