Reviewers: Mads Ager,

Message:
Shoot me for being stupid. Then review this.

Description:
Fix typo in v8.gyp

Please review this at http://codereview.chromium.org/164555

Affected files:
   M tools/gyp/v8.gyp


Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index  
6cd5e7439d2a7a1d5683f81f99b16c275ce1628a..b0c33318fee1becc2e2031bb3a09ad9a75e9ea91
  
100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -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