From 70e5cd4d73c6bd47a664f8ef6c97c785a452795f Mon Sep 17 00:00:00 2001 From: liuduanfei <939763442@qq.com> Date: Tue, 28 Jul 2020 09:45:29 +0800 Subject: [PATCH] Update SConstruct Update SConstruct fix compilation error --- bsp/imx6ul/SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/imx6ul/SConstruct b/bsp/imx6ul/SConstruct index 9483ea927d..8c9e4ee347 100644 --- a/bsp/imx6ul/SConstruct +++ b/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')