summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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