Revision: 16460
Author:   [email protected]
Date:     Sun Sep  1 15:03:36 2013 UTC
Log: Fix definition of V8_LIBRT_NOT_AVAILABLE in v8.gyp since we test for it using #elif in time.cc.

[email protected]

Review URL: https://codereview.chromium.org/23718004
http://code.google.com/p/v8/source/detail?r=16460

Modified:
 /branches/bleeding_edge/tools/gyp/v8.gyp

=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Fri Aug 30 14:10:13 2013 UTC
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Sun Sep  1 15:03:36 2013 UTC
@@ -742,7 +742,7 @@
                 'target_conditions': [
                   ['_toolset=="host"', {
                     'defines': [
-                      'V8_LIBRT_NOT_AVAILABLE',
+                      'V8_LIBRT_NOT_AVAILABLE=1',
                     ],
                   }],
                 ],

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