Skip to content

Commit f491b75

Browse files
authored
ensure scons is installed early
1 parent 2c88cae commit f491b75

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
@@ -53,6 +53,7 @@
5353
for p in ("tool-mklittlefs", "tool-mkfatfs", "tool-mkspiffs", "tool-dfuutil", "tool-openocd", "tool-cmake", "tool-ninja", "tool-cppcheck", "tool-clangtidy", "tool-pvs-studio", "tc-xt-esp32", "tc-ulp", "tc-rv32", "tl-xt-gdb", "tl-rv-gdb", "contrib-piohome", "contrib-pioremote"):
5454
tl_path = "file://" + join(IDF_TOOLS_PATH_DEFAULT, "tools", p)
5555
pm.install(tl_path)
56+
pm.install("tool-scons")
5657

5758
class Espressif32Platform(PlatformBase):
5859
def configure_default_packages(self, variables, targets):

0 commit comments

Comments
 (0)