summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-01-09 13:08:11 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2014-01-09 13:08:11 -0800
commit757a40073888636dd3cae1d9d9727c94d646126f (patch)
tree51cca4562d9e947208957fb5dc296b89a2b7f31b /Rakefile
parent7a9cd7bc5cfb21d167afd0a260461ec61b534483 (diff)
downloadffi-yajl-757a40073888636dd3cae1d9d9727c94d646126f.tar.gz
rake compile works on ubuntu/mri now at least
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1ff753b..122d470 100644
--- a/Rakefile
+++ b/Rakefile
@@ -41,7 +41,7 @@ end
spec = Gem::Specification.load('ffi-yajl.gemspec')
Rake::ExtensionTask.new do |ext|
- ext.name = 'libyajl2'
+ ext.name = 'libyajl'
ext.lib_dir = 'lib'
ext.ext_dir = 'ext/libyajl2'
ext.gem_spec = spec