Skip to content

Commit b8ee4fd

Browse files
authored
install toolchains via tl-install
1 parent 4382688 commit b8ee4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def install_tool(TOOL):
129129
if mcu in supported_mcus:
130130
# Set mandatory toolchains
131131
for toolchain in toolchain_data["toolchains"]:
132-
self.packages[toolchain]["optional"] = False
132+
install_tool(toolchain)
133133

134134
# Set ULP toolchain if applicable
135135
ulp_toolchain = toolchain_data.get("ulp_toolchain")

0 commit comments

Comments
 (0)