Skip to content

Commit 2a80cfa

Browse files
Fix build path
1 parent c11459a commit 2a80cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pico-sdk-lib/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
rm -rf build
33
mkdir build
44
cd build
5-
PICO_SDK_PATH=../../pico-sdk/ PATH="$(cd ../system/arm*/bin; pwd):$PATH" cmake ..
5+
PICO_SDK_PATH=../../pico-sdk/ PATH="$(cd ../../system/arm-none-eabi/bin; pwd):$PATH" cmake ..
66
make
77
cp libpico.a ../../lib/.
88

0 commit comments

Comments
 (0)