Closed GoogleCodeExporter closed 9 years ago
-m32 was hardcoded into main.scons. I changed that and I'm able to build just
fine. Please see the attached patch.
Original comment by rob.whee...@gmail.com
on 5 Nov 2010 at 6:15
Attachments:
Issue 74 has been merged into this issue.
Original comment by pthatc...@google.com
on 6 Nov 2010 at 1:04
Taking this issue and working on the fix.
Original comment by jun...@google.com
on 16 Nov 2010 at 3:42
Basically, you need to add the following line:
TARGET_ARCH = 'x86',
into the following section of the main.scons file:
win_env = root_env.Clone(
....
TARGET_ARCH = 'x86',
)
Original comment by jun...@google.com
on 9 Dec 2010 at 7:15
Original issue reported on code.google.com by
Rossi.Claudio.82@gmail.com
on 21 Oct 2010 at 9:26