mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 17:40:22 +00:00
add stdout display in building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1095 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -226,7 +226,11 @@ class Win32Spawn:
|
||||
print "====="
|
||||
print err
|
||||
print "====="
|
||||
return rv
|
||||
return rv
|
||||
|
||||
if data:
|
||||
print data
|
||||
return 0
|
||||
|
||||
def PrepareBuilding(env, root_directory):
|
||||
import SCons.cpp
|
||||
|
||||
Reference in New Issue
Block a user