Revision: 14392
Author: [email protected]
Date: Tue Apr 23 03:52:40 2013
Log: Fix ugly typo in r14391.
[email protected]
Review URL: https://codereview.chromium.org/14425006
http://code.google.com/p/v8/source/detail?r=14392
Modified:
/branches/bleeding_edge/build/gyp_v8
=======================================
--- /branches/bleeding_edge/build/gyp_v8 Tue Apr 23 03:41:55 2013
+++ /branches/bleeding_edge/build/gyp_v8 Tue Apr 23 03:52:40 2013
@@ -162,6 +162,6 @@
# 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.