Przeglądaj źródła

Update SConstruct

Update SConstruct fix compilation error
liuduanfei 5 lat temu
rodzic
commit
70e5cd4d73
1 zmienionych plików z 1 dodań i 0 usunięć
  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')