mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-22 08:24:18 +08:00
修正无法生成cbp的问题
This commit is contained in:
@@ -108,7 +108,7 @@ def CBProject(target, script, program):
|
||||
|
||||
for macro in building.Env.get('CPPDEFINES', []):
|
||||
Add = SubElement(elem, 'Add')
|
||||
Add.set('option', "-D"+macro)
|
||||
Add.set('option', "-D"+macro[0])
|
||||
|
||||
# write link flags
|
||||
'''
|
||||
|
Reference in New Issue
Block a user