1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Rake :compile task wasn't firing extconf.rb for http11 extension under mswin32.

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@697 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
luislavena 2007-10-19 01:35:32 +00:00
parent c540323dfc
commit bc767b6e74

View file

@ -94,7 +94,7 @@ when /mswin/
filename = "lib/http11.so"
file filename do
Dir.chdir("ext/http11") do
ruby File.basename(extension)
ruby "extconf.rb"
system(PLATFORM =~ /win32/ ? 'nmake' : 'make')
end
move_extensions