Skip to content

Commit

Permalink
fixed wrong var name
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimBurket committed Aug 6, 2021
1 parent 845c0c5 commit f485b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32/scripts/build_opencv_for_esp32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f485b59

Please sign in to comment.