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:
commit
27d6d60279
|
@ -19,7 +19,7 @@ sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
|
||||||
from building import *
|
from building import *
|
||||||
|
|
||||||
|
|
||||||
env = Environment()
|
env = Environment(TARGET_ARCH='x86')
|
||||||
|
|
||||||
Export('RTT_ROOT')
|
Export('RTT_ROOT')
|
||||||
Export('rtconfig')
|
Export('rtconfig')
|
||||||
|
|
Loading…
Reference in New Issue