ソースを参照

Update SConscript

tangzz98 3 年 前
コミット
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: