summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-06-04 18:40:28 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-06-04 18:40:28 -0700
commit289804f136d8c94720ab6570ca795e9e88c022e6 (patch)
treead0a962109600af4dd9b19b4a29324a85501febf
parentde07d6ea4db4df733a217a5ef00baa23400e3b3e (diff)
downloadlibyajl2-gem-289804f136d8c94720ab6570ca795e9e88c022e6.tar.gz
remove exception string
-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 cde40f5..0f2325a 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 >make.out 2>&1") || raise "compile failed" # rubinius doesn't like the output this generates
+ system("make >make.out 2>&1") || raise # 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