Skip to content

Commit d5541c5

Browse files
authored
Update archive-build.sh
1 parent 5138e63 commit d5541c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/archive-build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ rm -rf arduino-esp32/package.json
3030
cp -Rf tools/esp32-arduino-libs arduino-esp32/tools/
3131
cp ../package.json arduino-esp32/package.json
3232
cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
33-
34-
# Replace FRAMEWORK_LIBS_DIR path from extra package to stored in framework
35-
gawk -i inplace -v cuv1="platform.get_package_dir(\"framework-arduinoespressif32-libs\")" -v cuv2="join(FRAMEWORK_DIR,\"tools\",\"esp32-arduino-libs\")" '{gsub(cuv1,cuv2); print;}' "arduino-esp32/tools/platformio-build.py"
36-
3733
mv arduino-esp32/ framework-arduinoespressif32/
3834

3935
# If the framework is needed as tar.gz uncomment next line

0 commit comments

Comments
 (0)