4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 15:50:26 +08:00

Update SConstruct

Update SConstruct fix compilation error
This commit is contained in:
liuduanfei 2020-07-28 09:45:29 +08:00 committed by GitHub
parent 4108836a90
commit 70e5cd4d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')