From 8bbe7e18cf4f3d0e372169dd70f28e1354c0835b Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 4 Jun 2014 18:26:34 -0700 Subject: V=1 snuck back in again --- ext/libyajl2/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/libyajl2/extconf.rb b/ext/libyajl2/extconf.rb index f1d4586..cde40f5 100644 --- a/ext/libyajl2/extconf.rb +++ b/ext/libyajl2/extconf.rb @@ -87,7 +87,7 @@ EOF system("pwd") # we cheat and build it right away... - system("make V=1") || raise # rubinius doesn't like the output this generates + system("make >make.out 2>&1") || raise "compile failed" # rubinius doesn't like the output this generates # ...so we can hack up what install does later and copy over the include files # not sure why ruby windows produces .so's instead of .dll's -- cgit v1.2.1