mirror of
https://github.com/V2RetroComputing/analog-firmware.git
synced 2025-01-13 17:30:22 +00:00
Fix PICO_SDK_PATH environment variable in build.sh
This commit is contained in:
parent
f2e41270f9
commit
912c4992bd
4
build.sh
4
build.sh
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z ${PICO_SDK:+x} ]; then
|
||||
echo You must set PICO_SDK to the path where you downloaded https://github.com/raspberrypi/pico-sdk.git
|
||||
if [ -z ${PICO_SDK_PATH:+x} ]; then
|
||||
echo You must set PICO_SDK_PATH to the path where you downloaded https://github.com/raspberrypi/pico-sdk.git
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user