瀏覽代碼

Update SConstruct

Update SConstruct fix compilation error
liuduanfei 4 年之前
父節點
當前提交
70e5cd4d73
共有 1 個文件被更改,包括 1 次插入0 次删除
  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')