Reviewers: Jakob,
Description:
Fix ugly typo in r14391.
[email protected]
Please review this at https://codereview.chromium.org/14425006/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M build/gyp_v8
Index: build/gyp_v8
diff --git a/build/gyp_v8 b/build/gyp_v8
index
82ccdeab76e6a67955960958e4e959a35b4e0f7e..73a66a72fd5c0736c399a255aa2d1be281c13373
100755
--- a/build/gyp_v8
+++ b/build/gyp_v8
@@ -162,6 +162,6 @@ if __name__ == '__main__':
# Generate for the architectures supported on the given platform.
gyp_args = list(args)
- if platform.system() == 'linux':
+ if platform.system() == 'Linux':
gyp_args.append('--generator-output=out')
run_gyp(gyp_args)
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.