Merge pull request #4779 from Guozhanxin/dist

[tools] update eclipse project after dist.
This commit is contained in:
Bernard Xiong 2021-06-10 15:38:19 +08:00 committed by GitHub
commit 37ac244d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -176,7 +176,8 @@ def bs_update_ide_project(bsp_root, rtt_root, rttide = None):
'iar':('iar', 'iar'),
'vs':('msvc', 'cl'),
'vs2012':('msvc', 'cl'),
'cdk':('gcc', 'gcc')}
'cdk':('gcc', 'gcc'),
'eclipse':('eclipse', 'gcc')}
else:
item = 'eclipse --project-name=' + rttide['project_name']
tgt_dict = {item:('gcc', 'gcc')}