summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2009-10-22 17:50:43 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2009-10-22 17:50:43 -0700
commit35fb005e028b42faff1ec0f01d84ed88d155df06 (patch)
treee2ed25d2feabf2614aed5b300efea297baa748df /Rakefile
parent3854df000780465f6e78b084732d5ab324be941e (diff)
downloadpsych-35fb005e028b42faff1ec0f01d84ed88d155df06.tar.gz
speed improvement
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index b084f41..7068c40 100644
--- a/Rakefile
+++ b/Rakefile
@@ -19,6 +19,8 @@ Hoe.spec 'psych' do
extra_dev_deps << ['rake-compiler', '>= 0.4.1']
+ self.spec_extras = { :extensions => ["ext/psych/extconf.rb"] }
+
Rake::ExtensionTask.new "psych", spec do |ext|
ext.lib_dir = File.join(*['lib', 'psych', ENV['FAT_DIR']].compact)
end