Unverified Commit 6ac7ee1a authored by Odd Stråbø's avatar Odd Stråbø Committed by GitHub

Fix gcc search path in make-ota.sh (#1688)

parent 0b56452c
......@@ -3,7 +3,7 @@
set -e # Exit on error
export PICO_SDK_PATH="$(cd ../pico-sdk/; pwd)"
export PATH="$(cd ../../system/arm-none-eabi/bin; pwd):$PATH"
export PATH="$(cd ../system/arm-none-eabi/bin; pwd):$PATH"
rm -rf build
mkdir build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment