Integrate PR https://github.com/espressif/arduino-esp32/pull/6464 (#66)
in lib builder
This commit is contained in:
parent
71de5299df
commit
d83e0cca31
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ set -- $PIO_LD_FUNCS
|
|||
for item; do
|
||||
echo " \"-u\", \"$item\"," >> "$AR_PLATFORMIO_PY"
|
||||
done
|
||||
echo " '-Wl,-Map=\"%s\"' % join(\"\$BUILD_DIR\", basename(env.subst(\"\${PROJECT_DIR}.map\")))" >> "$AR_PLATFORMIO_PY"
|
||||
echo " '-Wl,-Map=\"%s\"' % join(\"\${BUILD_DIR}\", \"\${PROGNAME}.map\")" >> "$AR_PLATFORMIO_PY"
|
||||
|
||||
echo " ]," >> "$AR_PLATFORMIO_PY"
|
||||
echo "" >> "$AR_PLATFORMIO_PY"
|
||||
|
|
|
|||
Loading…
Reference in a new issue