Added compile_tool to PATH (#18366)

This commit is contained in:
Ilya Lavrenov 2023-07-05 11:44:36 +04:00 committed by GitHub
parent 40c62bdf68
commit 16bc18599c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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