Browse Source

simulator: assign the x86 32bit version in Enverionment, or the 64bit version will be built with vs2010 in win7 64bit

prife 12 năm trước cách đây
mục cha
commit
842d129f03
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bsp/simulator/SConstruct

+ 1 - 1
bsp/simulator/SConstruct

@@ -19,7 +19,7 @@ sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
 from building import *
 
 
-env = Environment()
+env = Environment(TARGET_ARCH='x86')
 
 Export('RTT_ROOT')
 Export('rtconfig')