add the search path to right place for IAR(M16C)
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2188 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
bb529858fe
commit
6c19a26481
|
@ -88,7 +88,7 @@ def IARProject(target, script):
|
|||
# print option.text
|
||||
name = option.find('name')
|
||||
|
||||
if name.text == 'CCIncludePath2':
|
||||
if name.text == 'CCIncludePath2' or name.text == 'newCCIncludePaths':
|
||||
for path in paths:
|
||||
state = SubElement(option, 'state')
|
||||
state.text = '$PROJ_DIR$\\' + path
|
||||
|
|
Loading…
Reference in New Issue