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
|
fi
|
||||||
|
|
||||||
if [ -e "$INSTALLDIR/tools/compile_tool" ]; then
|
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
|
fi
|
||||||
|
|
||||||
# OpenCV environment
|
# OpenCV environment
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue