Added compile_tool to PATH (#18366)
This commit is contained in:
parent
40c62bdf68
commit
16bc18599c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue