Skip to content

Commit db3c2fb

Browse files
committed
Update SConscript
1 parent 99a157f commit db3c2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cwd = GetCurrentDir()
55
objs = []
66
list = os.listdir(cwd)
77

8-
if (GetDepend(['PKG_USING_ESP_IDF'])):
8+
if (GetDepend(['PKG_USING_ESP_IDF']) or GetDepend(['BSP_USING_LOCAL_ESP_IDF'])):
99
Return('objs')
1010

1111
for d in list:

0 commit comments

Comments
 (0)