From e3ca3099c97ec26c66331c2100eaee87a1125092 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 1 Feb 2013 18:40:25 -0800 Subject: v8: apply fix for gyp without Xcode from node Closes #17484 probably. --- Library/Formula/v8.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/v8.rb b/Library/Formula/v8.rb index 188bcaeeb..f4e04ced1 100644 --- a/Library/Formula/v8.rb +++ b/Library/Formula/v8.rb @@ -9,6 +9,12 @@ class V8 < Formula head 'https://github.com/v8/v8.git' def install + # Lie to `xcode-select` for now to work around a GYP bug that affects + # CLT-only systems: + # + # http://code.google.com/p/gyp/issues/detail?id=292 + ENV['DEVELOPER_DIR'] = MacOS.dev_tools_path unless MacOS::Xcode.installed? + system 'make dependencies' system 'make', 'native', "-j#{ENV.make_jobs}", -- cgit v1.2.3