Update build tools (#2200)

This commit is contained in:
Me No Dev
2018-12-16 17:09:44 +01:00
committed by GitHub
parent 39836f12df
commit 2db811f7f3
5 changed files with 87 additions and 87 deletions

View File

@ -231,7 +231,7 @@ echo " - updating platform.txt..."
cat $srcdir/platform.txt | \
sed "s/version=.*/version=$ver$extent/g" | \
sed 's/runtime.tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}\/tools\/xtensa-esp32-elf//g' | \
sed 's/tools.esptool.path={runtime.platform.path}\/tools\/esptool/tools.esptool.path=\{runtime.tools.esptool.path\}/g' \
sed 's/tools.esptool_py.path={runtime.platform.path}\/tools\/esptool/tools.esptool_py.path=\{runtime.tools.esptool_py.path\}/g' \
> $outdir/platform.txt
# Put core version and short hash of git version into core_version.h

Binary file not shown.