| Index: build/gyp_chromium
|
| diff --git a/build/gyp_chromium b/build/gyp_chromium
|
| index 226ba1a0f40479a499342fe31f9496803b48bfff..e587577f1e2e09cba70273d792815553242d5fc0 100755
|
| --- a/build/gyp_chromium
|
| +++ b/build/gyp_chromium
|
| @@ -107,6 +107,8 @@ if __name__ == '__main__':
|
| psyco.profile()
|
| print "Enabled Psyco JIT."
|
|
|
| + os.environ['GYP_MSVS_VERSION'] = '2010'
|
| +
|
| # Fall back on hermetic python if we happen to get run under cygwin.
|
| # TODO(bradnelson): take this out once this issue is fixed:
|
| # http://code.google.com/p/gyp/issues/detail?id=177
|
|
|