Revision: 7272
Author: [email protected]
Date: Fri Mar 18 14:37:28 2011
Log: Fix Win64 build after isolates merge.
Need to add -DWIN32 since the include structure changed.w
Review URL: http://codereview.chromium.org/6712045
http://code.google.com/p/v8/source/detail?r=7272
Modified:
/branches/bleeding_edge/SConstruct
=======================================
--- /branches/bleeding_edge/SConstruct Fri Mar 18 13:35:07 2011
+++ /branches/bleeding_edge/SConstruct Fri Mar 18 14:37:28 2011
@@ -582,7 +582,7 @@
'LINKFLAGS': ['/MACHINE:X86']
},
'arch:x64': {
- 'CPPDEFINES': ['V8_TARGET_ARCH_X64'],
+ 'CPPDEFINES': ['V8_TARGET_ARCH_X64', 'WIN32'],
'LINKFLAGS': ['/MACHINE:X64', '/STACK:2091752']
},
'mode:debug': {
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev