mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 16:43:32 +08:00
修正无法生成cbp的问题
This commit is contained in:
parent
da6f9e2dc0
commit
4ec3552c0f
@ -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
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user