Skip to content

Commit b079be9

Browse files
authored
Update copy-libs.sh
1 parent 9ebd648 commit b079be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/copy-libs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ fi
3636
if [ -e "$AR_SDK/$MEMCONF" ]; then
3737
rm -rf "$AR_SDK/$MEMCONF"
3838
fi
39-
if [ -e "$AR_SDK/platformio-build.py" ]; then
40-
rm -rf "$AR_SDK/platformio-build.py"
39+
if [ -e "$AR_SDK/pioarduino-build.py" ]; then
40+
rm -rf "$AR_SDK/pioarduino-build.py"
4141
fi
4242

4343
mkdir -p "$AR_SDK"

0 commit comments

Comments
 (0)