APP_Framework/Framework/:solve the bug compiling

This commit is contained in:
chunyexixiaoyu 2022-07-12 17:24:39 +08:00
parent 4ff3ad23f4
commit a6a50a06a0
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ cwd = GetCurrentDir()
src = Glob('*.c')
group = DefineGroup('yolov2_json', src, depend = ['LIB_USING_CJSON'], CPPPATH = [cwd])
group = DefineGroup('yolov2_json', src, depend = ['LIB_USING_CJSON'] + ['USING_YOLOV2'], CPPPATH = [cwd])
Return('group')