未验证 提交 b4652091 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1467 from heyuanjie87/master

修正无法生成cbp的问题
......@@ -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)
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.
先完成此消息的编辑!
想要评论请 注册