From 16bc18599ca930833eba5a7aea0bdf81cabb1713 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Wed, 5 Jul 2023 11:44:36 +0400 Subject: [PATCH] Added compile_tool to PATH (#18366) --- scripts/setupvars/setupvars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setupvars/setupvars.sh b/scripts/setupvars/setupvars.sh index 0dd9c6ccbfc..f75cd31a944 100755 --- a/scripts/setupvars/setupvars.sh +++ b/scripts/setupvars/setupvars.sh @@ -87,7 +87,7 @@ if [ -e "$INSTALLDIR/runtime" ]; then fi if [ -e "$INSTALLDIR/tools/compile_tool" ]; then - export LD_LIBRARY_PATH=$INSTALLDIR/tools/compile_tool${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} + export PATH=$INSTALLDIR/tools/compile_tool${PATH:+:$PATH} fi # OpenCV environment