Skip to content

Commit c5ac1a1

Browse files
authored
Update copy-libs.sh
1 parent 878fc83 commit c5ac1a1

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
@@ -396,7 +396,7 @@ if [[ -n "$REL_INC" ]]; then
396396
# Nächstes Element ist der Pfad
397397
if [ $((i+1)) -lt ${#rel_inc_array[@]} ]; then
398398
path="${rel_inc_array[$((i+1))]}"
399-
echo " \"-iwithprefix/include/$path\"," >> "$AR_PLATFORMIO_PY"
399+
echo " \"-iwithprefix/$path\"," >> "$AR_PLATFORMIO_PY"
400400
i=$((i+2)) # Überspringe Flag und Pfad
401401
else
402402
i=$((i+1))

0 commit comments

Comments
 (0)