Skip to content

Commit df1d47b

Browse files
authored
Update copy-libs.sh
1 parent 0d75abb commit df1d47b

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
@@ -453,7 +453,7 @@ if [[ -n "$REL_INC" ]]; then
453453
if [[ "${rel_inc_array[$i]}" == "-iwithprefixbefore" ]]; then
454454
if [ $((i+1)) -lt ${#rel_inc_array[@]} ]; then
455455
path="${rel_inc_array[$((i+1))]}"
456-
echo " \"$iwithprefix/include/$path\"," >> "$AR_PLATFORMIO_PY"
456+
echo " \"-iwithprefix/include/$path\"," >> "$AR_PLATFORMIO_PY"
457457
i=$((i+2))
458458
else
459459
i=$((i+1))

0 commit comments

Comments
 (0)