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:
parent
cc3684847f
commit
842d129f03
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue