Skip to content

Commit af0e2a6

Browse files
authored
keep the flags folder
1 parent df99bdf commit af0e2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/archive-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ mv arduino-esp32/ framework-arduinoespressif32/
6161
cd framework-arduinoespressif32/libraries
6262
rm -rf **/examples
6363
cd ../tools/esp32-arduino-libs
64-
rm -rf **/flags
64+
# rm -rf **/flags
6565
cd ../../../
6666
# If the framework is needed as tar.gz uncomment next line
6767
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/

0 commit comments

Comments
 (0)