Skip to content

Commit 80cbeca

Browse files
authored
set lib_archive=False as default to make weak defines in Arduino Core possible
1 parent 441f2b9 commit 80cbeca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builder/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ def __fetch_fs_size(target, source, env):
279279
],
280280
ERASECMD='"$PYTHONEXE" "$OBJCOPY" $ERASEFLAGS erase_flash',
281281

282+
lib_archive=False,
283+
282284
# mkspiffs package contains two different binaries for IDF and Arduino
283285
MKFSTOOL="mk%s" % filesystem
284286
+ (

0 commit comments

Comments
 (0)