mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-12 20:24:15 +08:00
[bsp/simulator] Fix project generate configuration.
This commit is contained in:
@@ -72,7 +72,7 @@ else:
|
||||
env['CC']=rtconfig.CC
|
||||
env.Append(CCFLAGS=rtconfig.CFLAGS)
|
||||
env.Append(LINKFLAGS=rtconfig.LFLAGS)
|
||||
env.Append(LIBS=['m'])
|
||||
env.Append(LIBS=['winmm'])
|
||||
|
||||
# prepare building environment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user