summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-21 14:15:37 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-21 14:15:37 -0700
commit6960ed96db3ea8a49252ebef9b9d69048a9a36e9 (patch)
treecc19cde291e3b4a1b97c8d6a24c8d37577c5243e
parent8a818ededc2dfbb3d837d0f98aa9cb92698810f0 (diff)
downloadlibyajl2-gem-6960ed96db3ea8a49252ebef9b9d69048a9a36e9.tar.gz
try sending stdout to stderr for rbx
-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 efea1d4..d3215fe 100644
--- a/ext/libyajl2/extconf.rb
+++ b/ext/libyajl2/extconf.rb
@@ -55,7 +55,7 @@ module Libyajl2Build
end
# we cheat and build it right away...
- system("make V=1")
+ system("make V=1 1>&2") # for rubinius we send stdout to stderr
# ...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