修正tomlc99 未编译

This commit is contained in:
chinky 2019-10-26 09:34:07 +08:00
parent 4476f139a2
commit 34efe09188
1 changed files with 3 additions and 1 deletions

View File

@ -8,8 +8,10 @@ cwd = GetCurrentDir()
src = Split(''' src = Split('''
toml.c toml.c
''') ''')
CPPPATH = [cwd] CPPPATH = [cwd]
group = DefineGroup('tomlc99', src, depend = ['PKG_USING_TOMLC99'], CPPPATH = path) group = DefineGroup('tomlc99', src, depend=[
'PKG_USING_TOMLC99'], CPPPATH=CPPPATH)
Return('group') Return('group')