Skip to content

Commit e16f1cc

Browse files
authored
rm -rf **/flags
1 parent 503e186 commit e16f1cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/archive-build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ gawk -i inplace -v cuv1="framework-arduinoespressif32" -v cuv2="framework-ardui
5959
mv arduino-esp32/ framework-arduinoespressif32/
6060
cd framework-arduinoespressif32/libraries
6161
rm -rf **/examples
62+
cd ../tools/esp32-arduino-libs
63+
rm -rf **/flags
6264
cd ../../
6365
# If the framework is needed as tar.gz uncomment next line
6466
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/

0 commit comments

Comments
 (0)