Skip to content

Commit fe94392

Browse files
authored
Merge pull request #291 from espressif/fix/clang_tool
IDE Installer fix - idf_tools.py was not installing esp-clang
2 parents 1072b70 + aed894c commit fe94392

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/InnoSetup/Environment.iss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,8 @@ begin
570570
571571
Log('Installing tools:' + CmdLine);
572572
DoCmdlineInstall(CustomMessage('InstallingEspIdfTools'), '', CmdLine);
573+
CmdLine := IDFToolsPyCmd + ' install esp-clang';
574+
DoCmdlineInstall(CustomMessage('InstallingEspIdfTools'), '', CmdLine);
573575
574576
PythonVirtualEnvPath := ExpandConstant('{app}\python_env\') + GetIDFPythonEnvironmentVersion() + '_env';
575577
CmdLine := PythonExecutablePath + ' -m venv "' + PythonVirtualEnvPath + '"';

0 commit comments

Comments
 (0)