Skip to content

Commit 40b69ae

Browse files
authored
Merge pull request #3785 from liuduanfei/master
Update SConstruct
2 parents 8ecea29 + 70e5cd4 commit 40b69ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bsp/imx6ul/SConstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ env = Environment(tools = ['mingw'],
2020
AR = rtconfig.AR, ARFLAGS = '-rc',
2121
LINK = rtconfig.LINK, LINKFLAGS = rtconfig.LFLAGS)
2222
env.PrependENVPath('PATH', rtconfig.EXEC_PATH)
23+
env['ASCOM'] = env['ASPPCOM']
2324

2425
Export('RTT_ROOT')
2526
Export('rtconfig')

0 commit comments

Comments
 (0)