Skip to content

Commit a99e1c1

Browse files
authored
Update copy-libs.sh
1 parent 27ae368 commit a99e1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/copy-libs.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ done
318318

319319
mkdir -p "$AR_SDK"
320320

321-
# start generation of platformio-build.py
322-
AR_PLATFORMIO_PY="$AR_SDK/platformio-build.py"
321+
# start generation of pioarduino-build.py
322+
AR_PLATFORMIO_PY="$AR_SDK/pioarduino-build.py"
323323
cat configs/pio_start.txt > "$AR_PLATFORMIO_PY"
324324

325325
echo " ASFLAGS=[" >> "$AR_PLATFORMIO_PY"

0 commit comments

Comments
 (0)