We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ecea29 + 70e5cd4 commit 40b69aeCopy full SHA for 40b69ae
bsp/imx6ul/SConstruct
@@ -20,6 +20,7 @@ env = Environment(tools = ['mingw'],
20
AR = rtconfig.AR, ARFLAGS = '-rc',
21
LINK = rtconfig.LINK, LINKFLAGS = rtconfig.LFLAGS)
22
env.PrependENVPath('PATH', rtconfig.EXEC_PATH)
23
+env['ASCOM'] = env['ASPPCOM']
24
25
Export('RTT_ROOT')
26
Export('rtconfig')
0 commit comments