fixed loongson bsp build on windows

This commit is contained in:
bigmagic
2020-09-04 11:57:35 +08:00
parent e5a70d532b
commit c66314a8b6
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from building import *
TARGET = 'rtthread.' + rtconfig.TARGET_EXT
rtconfig.AFLAGS += ' -I' + str(Dir('#'))
rtconfig.AFLAGS += ' -I' + str('.') + ' -I ' + RTT_ROOT + '/libcpu/mips/gs232/'+ ' -I ' + RTT_ROOT + '/libcpu/mips/common/'
DefaultEnvironment(tools=[])
env = Environment(tools = ['mingw'],