mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Revert "Set architecture to "universal" for Windows (fix #934)"
This reverts commit 0ee65eee4e
.
This commit is contained in:
parent
93e81d7209
commit
0de2bb37d7
1 changed files with 3 additions and 3 deletions
6
Rakefile
6
Rakefile
|
@ -82,11 +82,11 @@ namespace :jruby do
|
|||
end
|
||||
|
||||
|
||||
[:mingw32, :mswin32].each do |platform|
|
||||
namespace platform do
|
||||
[:mingw32, :mswin32].each do |v|
|
||||
namespace v do
|
||||
spec = modify_base_gemspec do |s|
|
||||
s.add_dependency('win32console', '~> 1.3')
|
||||
s.platform = Gem::Platform.new(['universal', platform])
|
||||
s.platform = "i386-#{v}"
|
||||
end
|
||||
|
||||
Gem::PackageTask.new(spec) do |pkg|
|
||||
|
|
Loading…
Reference in a new issue