浏览代码

use GetCurrentDir() as include path.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1563 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 14 年之前
父节点
当前提交
bca9c66e0d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/finsh/SConscript

+ 1 - 1
components/finsh/SConscript

@@ -3,7 +3,7 @@ Import('rtconfig')
 from building import *
 
 src	= Glob('*.c')
-CPPPATH = [RTT_ROOT + '/components/finsh']
+CPPPATH = [GetCurrentDir()]
 if rtconfig.CROSS_TOOL == 'keil':
     LINKFLAGS = ' --keep __fsym_* --keep __vsym_* '
 else: