Files
es_build_deliv/windows/inc/set_has_c_compiler.btm

4 lines
184 B
Plaintext

espawn --list > %INSTALL_LOG%.tmp.c_compiler
for /f "usebackq delims=" %%a in (`findstr /n "\<%2\>" %INSTALL_LOG%.tmp.c_compiler`) do set "%1=True"
fullrf %INSTALL_LOG%.tmp.c_compiler