mirror of
https://github.com/V2RetroComputing/analog-firmware.git
synced 2025-08-15 19:27:50 +00:00
Fix PICO_SDK_PATH environment variable in build.sh
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user