From 9615b8c4c96d8ecfba302d4f0e4ffe2a2d99544c Mon Sep 17 00:00:00 2001 From: "bmeurer@chromium.org" Date: Sun, 1 Sep 2013 15:03:36 +0000 Subject: [PATCH] Fix definition of V8_LIBRT_NOT_AVAILABLE in v8.gyp since we test for it using #elif in time.cc. TBR=jkummerow@chromium.org Review URL: https://codereview.chromium.org/23718004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16460 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/gyp/v8.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp index a73ece0..ca81736 100644 --- a/tools/gyp/v8.gyp +++ b/tools/gyp/v8.gyp @@ -742,7 +742,7 @@ 'target_conditions': [ ['_toolset=="host"', { 'defines': [ - 'V8_LIBRT_NOT_AVAILABLE', + 'V8_LIBRT_NOT_AVAILABLE=1', ], }], ], -- 2.7.4