소스 검색

update building script.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1206 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 14 년 전
부모
커밋
7eee3d5e82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/module/basicapp/SConscript

+ 1 - 1
examples/module/basicapp/SConscript

@@ -11,7 +11,7 @@ group = {}
 group['name'] = 'examples'
 group['src'] = Glob('*.c')
 group['CCFLAGS'] = ''
-group['CPPPATH'] = [RTT_ROOT + '/include', RTT_ROOT + '/components/examples']
+group['CPPPATH'] = [RTT_ROOT + '/include', RTT_ROOT + '/examples/module']
 group['CPPDEFINES'] = ''
 
 target = 'basicapp.so'