tangzz98 3 жил өмнө
parent
commit
db3c2fb3ff
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      SConscript

+ 1 - 1
SConscript

@@ -5,7 +5,7 @@ cwd = GetCurrentDir()
 objs = []
 list = os.listdir(cwd)
 
-if (GetDepend(['PKG_USING_ESP_IDF'])):
+if (GetDepend(['PKG_USING_ESP_IDF']) or GetDepend(['BSP_USING_LOCAL_ESP_IDF'])):
     Return('objs')
 
 for d in list: