Skip to content

Commit eb57667

Browse files
authored
install ULP toolchain via tl-install
1 parent c7e2da3 commit eb57667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def install_tool(TOOL):
135135
ulp_toolchain = toolchain_data.get("ulp_toolchain")
136136
if ulp_toolchain and os.path.isdir("ulp"):
137137
for toolchain in ulp_toolchain:
138-
self.packages[toolchain]["optional"] = False
138+
install_tool(toolchain)
139139
# Install debug tools if conditions match
140140
if (variables.get("build_type") or "debug" in "".join(targets)) or variables.get("upload_protocol"):
141141
for debug_tool in toolchain_data["debug_tools"]:

0 commit comments

Comments
 (0)