Skip to content

Commit 9f67b6e

Browse files
authored
set tool tl-install to optional when install is done
1 parent cef14be commit 9f67b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform.py

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def configure_default_packages(self, variables, targets):
128128
tl_path = "file://" + join(IDF_TOOLS_PATH_DEFAULT, "tools", gdb_package)
129129
self.packages[gdb_package]["optional"] = False
130130
self.packages[gdb_package]["version"] = tl_path
131+
self.packages["tl-install"]["optional"] = True
131132

132133
# Common packages for IDF and mixed Arduino+IDF projects
133134
if "espidf" in frameworks and os.path.exists(IDF_TOOLS):

0 commit comments

Comments
 (0)