Browse Source

Update SConstruct

Update SConstruct fix compilation error
liuduanfei 4 years ago
parent
commit
70e5cd4d73
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bsp/imx6ul/SConstruct

+ 1 - 0
bsp/imx6ul/SConstruct

@@ -20,6 +20,7 @@ env = Environment(tools = ['mingw'],
 	AR = rtconfig.AR, ARFLAGS = '-rc',
 	LINK = rtconfig.LINK, LINKFLAGS = rtconfig.LFLAGS)
 env.PrependENVPath('PATH', rtconfig.EXEC_PATH)
+env['ASCOM'] = env['ASPPCOM']
 
 Export('RTT_ROOT')
 Export('rtconfig')