mirror of
https://github.com/lukstep/raspberry-pi-pico-docker-sdk.git
synced 2025-12-22 18:45:56 +03:00
fix picotool install
This commit is contained in:
@@ -29,6 +29,6 @@ RUN git clone --depth 1 --branch 2.1.1 --single-branch https://github.com/raspbe
|
||||
mkdir build && \
|
||||
cd build && \
|
||||
cmake .. && \
|
||||
make && \
|
||||
cp /home/picotool/build/picotool /bin/picotool && \
|
||||
make -j$(nproc) && \
|
||||
cmake --install . && \
|
||||
rm -rf /home/picotool
|
||||
|
||||
Reference in New Issue
Block a user