Chromium Code Reviews| Index: tools/utils.py |
| diff --git a/tools/utils.py b/tools/utils.py |
| index 232314cdee10769ee0e2b7b274150245e5776f51..dba715cda24d1af5b1113a5812d2dc3075c82bfd 100644 |
| --- a/tools/utils.py |
| +++ b/tools/utils.py |
| @@ -68,8 +68,8 @@ def GuessOS(): |
| # This will default to building the 32 bit VM even on machines that are capable |
| -# of running the 64 bit VM. Use the scons option --arch=x64 to force it to build |
| -# the 64 bit VM. |
| +# of running the 64 bit VM. Use the v8_target_arch=x64 GYP define to force it |
|
Jakob Kummerow
2013/04/22 17:30:15
This entire file (utils.py) isn't used anymore. Lo
Michael Starzinger
2013/04/23 08:41:16
Done.
|
| +# to build the 64 bit VM. |
| def GuessArchitecture(): |
| id = platform.machine() |
| id = id.lower() # Windows 7 capitalizes 'AMD64'. |