Skip to content

Commit 7b41882

Browse files
authored
Update copy-libs.sh
1 parent 45d1725 commit 7b41882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/copy-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ echo " CPPPATH=[" >> "$AR_PLATFORMIO_PY"
397397

398398
set -- $INCLUDES
399399

400-
echo " \"-iprefix \" + join($PIO_SDK, \"include\") + \" @\" + join($PIO_SDK, \"flags\", \"includes\")" >> "$AR_PLATFORMIO_PY"
400+
echo " \"-iprefix \" + join($PIO_SDK, \"include\") + \" @\" + join($PIO_SDK, \"flags\", \"includes\")," >> "$AR_PLATFORMIO_PY"
401401
echo " join($PIO_SDK, board_config.get(\"build.arduino.memory_type\", (board_config.get(\"build.flash_mode\", \"dio\") + \"_qspi\")), \"include\")," >> "$AR_PLATFORMIO_PY"
402402
echo " join(FRAMEWORK_DIR, \"cores\", board_config.get(\"build.core\"))" >> "$AR_PLATFORMIO_PY"
403403
echo " ]," >> "$AR_PLATFORMIO_PY"

0 commit comments

Comments
 (0)