修正无法生成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…
Reference in New Issue