mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 19:44:24 +08:00
update SConstruct.
This commit is contained in:
@@ -28,8 +28,5 @@ objs = PrepareBuilding(env, RTT_ROOT)
|
||||
if GetDepend('RT_USING_RTGUI'):
|
||||
objs = objs + SConscript(RTT_ROOT + '/examples/gui/SConscript', variant_dir='build/examples/gui', duplicate=0)
|
||||
|
||||
# build program
|
||||
env.Program(TARGET, objs)
|
||||
|
||||
# end building
|
||||
EndBuilding(TARGET)
|
||||
# make a building
|
||||
DoBuilding(TARGET, objs)
|
||||
|
||||
Reference in New Issue
Block a user