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

Remove Dir('#')

上级 1cb27129
...@@ -2,7 +2,7 @@ from building import * ...@@ -2,7 +2,7 @@ from building import *
cwd = GetCurrentDir() cwd = GetCurrentDir()
src = Glob('*.c') src = Glob('*.c')
CPPPATH = [str(Dir('#')), cwd] CPPPATH = [cwd]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH) group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册