提交 10d26fd3 编写于 作者: H heyuanjie

优化cbp脚本

上级 4ec3552c
......@@ -108,7 +108,8 @@ def CBProject(target, script, program):
for macro in building.Env.get('CPPDEFINES', []):
Add = SubElement(elem, 'Add')
Add.set('option', "-D"+macro[0])
for d in macro:
Add.set('option', "-D"+d)
# write link flags
'''
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册