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

This commit is contained in:
prife 2013-03-01 22:43:33 +08:00
parent cc3684847f
commit 842d129f03
1 changed files with 1 additions and 1 deletions

View File

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