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

Messed the package process and forced build of extension in Win32. Sorry about that, fixed.

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@223 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
luislavena 2006-06-02 03:23:41 +00:00
parent e70baf9e91
commit ecdd35ccb3

View file

@ -68,6 +68,7 @@ setup_gem(name, version) do |spec|
if RUBY_PLATFORM =~ /mswin/
spec.files << 'ext/http11/http11.so'
spec.add_dependency('win32-service', '>= 0.5.0')
spec.extensions.clear
spec.platform = Gem::Platform::WIN32
else
spec.add_dependency('daemons', '>= 0.4.2')