We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1072b70 + aed894c commit fe94392Copy full SHA for fe94392
src/InnoSetup/Environment.iss
@@ -570,6 +570,8 @@ begin
570
571
Log('Installing tools:' + CmdLine);
572
DoCmdlineInstall(CustomMessage('InstallingEspIdfTools'), '', CmdLine);
573
+ CmdLine := IDFToolsPyCmd + ' install esp-clang';
574
+ DoCmdlineInstall(CustomMessage('InstallingEspIdfTools'), '', CmdLine);
575
576
PythonVirtualEnvPath := ExpandConstant('{app}\python_env\') + GetIDFPythonEnvironmentVersion() + '_env';
577
CmdLine := PythonExecutablePath + ' -m venv "' + PythonVirtualEnvPath + '"';
0 commit comments