mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-05-17 06:57:12 +08:00
fixed wrong var name
This commit is contained in:
@ -27,7 +27,7 @@ if [ -z "$1" ]
|
||||
then
|
||||
echo "Using default toolchain cmake file path: ${TOOLCHAIN_CMAKE_PATH}"
|
||||
else
|
||||
TOOLCHAIN_PATH=$1
|
||||
TOOLCHAIN_CMAKE_PATH=$1
|
||||
echo "Using toolchain cmake file path: ${TOOLCHAIN_CMAKE_PATH}"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user