Merge pull request #44 from prife/toolscript-fix

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:28:37 -08:00
commit 27d6d60279
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')