We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878fc83 commit c5ac1a1Copy full SHA for c5ac1a1
tools/copy-libs.sh
@@ -396,7 +396,7 @@ if [[ -n "$REL_INC" ]]; then
396
# Nächstes Element ist der Pfad
397
if [ $((i+1)) -lt ${#rel_inc_array[@]} ]; then
398
path="${rel_inc_array[$((i+1))]}"
399
- echo " \"-iwithprefix/include/$path\"," >> "$AR_PLATFORMIO_PY"
+ echo " \"-iwithprefix/$path\"," >> "$AR_PLATFORMIO_PY"
400
i=$((i+2)) # Überspringe Flag und Pfad
401
else
402
i=$((i+1))
0 commit comments