tools: print system platform

This commit is contained in:
Anton Maklakov
2022-04-14 13:39:16 +07:00
committed by Erhan Kurubas
parent b36e9a5ebf
commit 3f3d6c84d7

View File

@@ -1570,6 +1570,7 @@ def action_install(args): # type: ignore
tools_info = load_tools_info()
tools_spec = args.tools # type: ignore
targets = [] # type: list[str]
info('Current system platform: {}'.format(CURRENT_PLATFORM))
# Installing only single tools, no targets are specified.
if 'required' in tools_spec:
targets = add_and_save_targets(get_idf_env(), args.targets)