Browse Source

rollback the command too long patch.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1598 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 14 năm trước cách đây
mục cha
commit
8dd602108a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/building.py

+ 1 - 1
tools/building.py

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