mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Solution for error-free rake on win32. (.cmd was missing from rake install mongrel_service).
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@336 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
e1d9c729c1
commit
fb8974389e
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -67,7 +67,7 @@ setup_gem(name, version) do |spec|
|
|||
|
||||
if RUBY_PLATFORM =~ /mswin/
|
||||
Dir.chdir "projects/mongrel_service" do
|
||||
`rake install`
|
||||
`rake.cmd install`
|
||||
end
|
||||
spec.files += ['ext/http11/http11.so']
|
||||
spec.files += ['lib/http11.so']
|
||||
|
|
Loading…
Reference in a new issue