mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Explicitly set arch to 'universal' for mingw and mswin
This commit is contained in:
parent
3c138cbf94
commit
05242c662e
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -86,7 +86,7 @@ end
|
|||
namespace platform do
|
||||
spec = modify_base_gemspec do |s|
|
||||
s.add_dependency('win32console', '~> 1.3')
|
||||
s.platform = Gem::Platform.new [nil, platform, nil]
|
||||
s.platform = Gem::Platform.new ['universal', platform, nil]
|
||||
end
|
||||
|
||||
Gem::PackageTask.new(spec) do |pkg|
|
||||
|
|
Loading…
Reference in a new issue