Skip to content

Commit c74e09e

Browse files
committed
Set type for dynamically configured toolchains // Resolves platformio#765
In some cases toolchain packages may be missing in platform manifest
1 parent e9c8153 commit c74e09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ def configure_arduino_toolchains(self, package_index):
396396
self.packages[toolchain_package] = dict()
397397
self.packages[toolchain_package]["version"] = version
398398
self.packages[toolchain_package]["owner"] = "espressif"
399+
self.packages[toolchain_package]["type"] = "toolchain"
399400

400401
def configure_upstream_arduino_packages(self, url_items):
401402
framework_index_file = os.path.join(

0 commit comments

Comments
 (0)