rollback the command too long patch.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1598 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2011-07-04 04:06:38 +00:00
parent 93e50cd8aa
commit 8dd602108a
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ def PrepareBuilding(env, root_directory, has_libcpu=False):
Rtt_Root = root_directory
# patch for win32 spawn
if env['PLATFORM'] == 'win32' and rtconfig.PLATFORM == 'gcc' and sys.version_info < (2, 6, 0):
if env['PLATFORM'] == 'win32' and rtconfig.PLATFORM == 'gcc':
win32_spawn = Win32Spawn()
win32_spawn.env = env
env['SPAWN'] = win32_spawn.spawn