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 0d75abb commit df1d47bCopy full SHA for df1d47b
tools/copy-libs.sh
@@ -453,7 +453,7 @@ if [[ -n "$REL_INC" ]]; then
453
if [[ "${rel_inc_array[$i]}" == "-iwithprefixbefore" ]]; then
454
if [ $((i+1)) -lt ${#rel_inc_array[@]} ]; then
455
path="${rel_inc_array[$((i+1))]}"
456
- echo " \"$iwithprefix/include/$path\"," >> "$AR_PLATFORMIO_PY"
+ echo " \"-iwithprefix/include/$path\"," >> "$AR_PLATFORMIO_PY"
457
i=$((i+2))
458
else
459
i=$((i+1))
0 commit comments