From d21860e245ad0707c744cf45b78e1a19e4ecb00d Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 14 May 2014 13:41:03 -0700 Subject: compile lib to right spot --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 063dfb0..d543984 100644 --- a/Rakefile +++ b/Rakefile @@ -43,7 +43,7 @@ end #end Rake::ExtensionTask.new('libyajl', gemspec) do |ext| - ext.lib_dir = 'lib/libyajl2/vendored-libyajl2' + ext.lib_dir = 'lib/libyajl2/vendored-libyajl2/lib' ext.ext_dir = 'ext/libyajl2' end -- cgit v1.2.1