浏览代码

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'