Skip to content

Commit 5aee121

Browse files
authored
Update copy-libs.sh
1 parent e56da36 commit 5aee121

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
@@ -421,11 +421,11 @@ for item; do
421421
out_cpath="$AR_SDK/include/$fname$out_sub"
422422
REL_INC+="-iwithprefixbefore $fname$out_sub "
423423
if [ "$out_sub" = "" ]; then
424-
# echo " join($PIO_SDK, \"include\", \"$fname\")," >> "$AR_PLATFORMIO_PY"
424+
echo ""
425425
else
426426
pio_sub="${out_sub:1}"
427427
pio_sub=`echo $pio_sub | sed 's/\//\\", \\"/g'`
428-
# echo " join($PIO_SDK, \"include\", \"$fname\", \"$pio_sub\")," >> "$AR_PLATFORMIO_PY"
428+
echo ""
429429
fi
430430
for f in `find "$item" -name '*.h'`; do
431431
rel_f=${f#*$item}

0 commit comments

Comments
 (0)