Skip to content

Commit d9bcac5

Browse files
authored
keep folder flags
1 parent 4d780a2 commit d9bcac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/archive-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ mv arduino-esp32/ framework-arduinoespressif32/
7575
cd framework-arduinoespressif32/libraries
7676
rm -rf **/examples
7777
cd ../tools/esp32-arduino-libs
78-
rm -rf **/flags
78+
# rm -rf **/flags
7979
cd ../../../
8080
# If the framework is needed as tar.gz uncomment next line
8181
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/

0 commit comments

Comments
 (0)