Merge branch 'master' of dgtongji.f3322.net:libs/tomlc99_rtt_pkg

This commit is contained in:
chinky 2020-05-10 09:20:43 +08:00
commit 03686a7835
1 changed files with 3 additions and 1 deletions

View File

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