From f55b371517c30bdbb7f64b3a43710dd210ab7cab Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 21 May 2014 13:21:47 -0700 Subject: use the build path not the pristine sources --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index af1e198..4288565 100644 --- a/Rakefile +++ b/Rakefile @@ -105,10 +105,10 @@ end desc "Deploy headers (for after compile)" task :headers do include_path = File.expand_path("../lib/libyajl2/vendored-libyajl2/include/yajl", __FILE__) - vendor_src_path = File.expand_path("../ext/libyajl2/vendor/yajl/src", __FILE__) + build_path = File.expand_path("../ext/libyajl2", __FILE__) FileUtils.mkdir_p(include_path) - FileUtils.cp Dir["#{vendor_src_path}/api/*.h"], include_path + FileUtils.cp Dir["#{build_path}/api/*.h"], include_path end # -- cgit v1.2.1