소스 검색

bugfixed on SConscript

wangyq2018 5 년 전
부모
커밋
bc830faf54
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      bsp/essemi/es8p508x/SConscript

+ 2 - 1
bsp/essemi/es8p508x/SConscript

@@ -1,8 +1,9 @@
 # RT-Thread SConscript bridge
 import os
+from building import *
 
 objs = []
-cwd  = GetCurrentDir()
+cwd = GetCurrentDir()
 list = os.listdir(cwd)
 
 for d in list: