소스 검색

Update SConscript

Bernard Xiong 6 년 전
부모
커밋
e20aa16b9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/stm32/stm32f103-dofly-M3S/applications/SConscript

+ 1 - 1
bsp/stm32/stm32f103-dofly-M3S/applications/SConscript

@@ -4,7 +4,7 @@ from building import *
 
 cwd = GetCurrentDir()
 src = Glob('*.c')
-CPPPATH = [cwd, str(Dir('#'))]
+CPPPATH = [cwd]
 
 group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)