From 120d325bb7577b0fc6f461ad54520129aa4be487 Mon Sep 17 00:00:00 2001 From: armink Date: Wed, 13 Dec 2017 23:14:39 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91S?= =?UTF-8?q?Conscript=20=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConscript b/SConscript index 4468cbe..04c3946 100644 --- a/SConscript +++ b/SConscript @@ -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')