Reviewers: Michael Starzinger,

Message:
...

Description:
Add explicit Release/Debug configurations to all.gyp to appease xcodebuild


Please review this at https://codereview.chromium.org/12207037/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M build/all.gyp


Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 4b2fe52989ef2f4af9637184db898c77291089bf..cdb1fc4f279742798da4390ce13d3a8c058c2bed 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -13,6 +13,11 @@
         '../src/d8.gyp:d8',
         '../test/cctest/cctest.gyp:*',
       ],
+      # Yes, even a meta target has configurations. Xcode insists on this.
+      'configurations': {
+        'Debug': {},
+        'Release': {},
+      }
     }
   ]
 }


--
--
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.


Reply via email to