This commit is contained in:
Meco Man 2021-03-18 00:19:45 +08:00
parent 9a0569d44f
commit 920b24ab46
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
'makefile':('gcc', 'gcc'),
'eclipse':('gcc', 'gcc'),
'ses' : ('gcc', 'gcc'),
'cmake':('gcc', 'gcc'),
'codelite' : ('gcc', 'gcc')}
tgt_name = GetOption('target')