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:
parent
c540323dfc
commit
bc767b6e74
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue