From 84335c1b94ccb94ba5e57c682df68fa1efd7626d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 24 May 2014 09:32:15 -0500 Subject: v8: remove redundant -j argument to make Closes #29550. --- Library/Formula/v8.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/v8.rb b/Library/Formula/v8.rb index 81a64b748..b682aa349 100644 --- a/Library/Formula/v8.rb +++ b/Library/Formula/v8.rb @@ -29,7 +29,6 @@ class V8 < Formula (buildpath/'build/gyp').install resource('gyp') system "make", "native", - "-j#{ENV.make_jobs}", "library=shared", "snapshot=on", "console=readline", -- cgit v1.2.3