Explorar o código

Update SConstruct

Update SConstruct fix compilation error
liuduanfei %!s(int64=5) %!d(string=hai) anos
pai
achega
70e5cd4d73
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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')