Skip to content

Commit 70e5cd4

Browse files
authored
Update SConstruct
Update SConstruct fix compilation error
1 parent 4108836 commit 70e5cd4

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)