summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-06-04 18:26:34 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-06-04 18:26:34 -0700
commit8bbe7e18cf4f3d0e372169dd70f28e1354c0835b (patch)
tree5fcb1bcecf6003f429892a52c3d560c932589d38
parentfaaffbebfa11a77b94cabb605b87f92718cc5f41 (diff)
downloadlibyajl2-gem-8bbe7e18cf4f3d0e372169dd70f28e1354c0835b.tar.gz
V=1 snuck back in again
-rw-r--r--ext/libyajl2/extconf.rb2
1 files changed, 1 insertions, 1 deletions
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