Revision: 18111
Author: [email protected]
Date: Wed Nov 27 15:29:33 2013 UTC
Log: Fix arm build.
[email protected]
[email protected]
BUG=
Review URL: https://codereview.chromium.org/91693003
http://code.google.com/p/v8/source/detail?r=18111
Modified:
/branches/experimental/parser/tools/gyp/v8.gyp
=======================================
--- /branches/experimental/parser/tools/gyp/v8.gyp Tue Nov 26 13:37:30 2013
UTC
+++ /branches/experimental/parser/tools/gyp/v8.gyp Wed Nov 27 15:29:33 2013
UTC
@@ -264,8 +264,14 @@
{
'target_name': 'v8_base.<(v8_target_arch)',
'type': 'static_library',
- 'dependencies': [
- 'generated-lexer',
+ 'conditions': [
+ ['want_separate_host_toolset==1', {
+ 'toolsets': ['host', 'target'],
+ 'dependencies': ['generated-lexer#host'],
+ }, {
+ 'toolsets': ['target'],
+ 'dependencies': ['generated-lexer'],
+ }],
],
'variables': {
'optimize': 'max',
--
--
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.