Skip to content

Commit

Permalink
1、【更新】SConscript 。
Browse files Browse the repository at this point in the history
Signed-off-by: armink <[email protected]>
  • Loading branch information
armink committed Dec 13, 2017
1 parent 27b5c87 commit 120d325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ if GetDepend(['PKG_ELOG_ENABLE_PLUGIN_FLASH']):
src += Glob('plugins/flash/*.c')
path += [cwd + '/plugins/flash']

group = DefineGroup('EasyLogger', src, depend = [''], CPPPATH = path)
group = DefineGroup('EasyLogger', src, depend = ['PKG_USING_EASYLOGGER'], CPPPATH = path)

Return('group')

0 comments on commit 120d325

Please sign in to comment.