1
0
Fork 0
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:
luislavena 2006-08-31 00:26:39 +00:00
parent e1d9c729c1
commit fb8974389e

View file

@ -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']