Revision: 2691
Author: [email protected]
Date: Fri Aug 14 05:39:48 2009
Log: Fix typo in v8.gyp

Review URL: http://codereview.chromium.org/164555

http://code.google.com/p/v8/source/detail?r=2691

Modified:
  /branches/bleeding_edge/tools/gyp/v8.gyp

=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Fri Aug 14 04:24:32 2009
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Fri Aug 14 05:39:48 2009
@@ -436,7 +436,7 @@
              '../../src/ia32/virtual-frame-ia32.h',
            ],
          }],
-        ['target_arch=="x32" and v8_regexp=="native"', {
+        ['target_arch=="ia32" and v8_regexp=="native"', {
            'sources': [
              '../../src/ia32/regexp-macro-assembler-ia32.cc',
              '../../src/ia32/regexp-macro-assembler-ia32.h',

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to