File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
245245 ext . name = 'parser'
246246 ext . gem_spec = spec_ext
247247 ext . cross_compile = true
248- ext . cross_platform = %w[ i386-mswin32 and i386-mingw32 ]
248+ ext . cross_platform = %w[ i386-mswin32 i386-mingw32 ]
249249 ext . ext_dir = 'ext/json/ext/parser'
250250 ext . lib_dir = 'lib/json/ext'
251251 end
@@ -254,7 +254,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
254254 ext . name = 'generator'
255255 ext . gem_spec = spec_ext
256256 ext . cross_compile = true
257- ext . cross_platform = %w[ i386-mswin32 and i386-mingw32 ]
257+ ext . cross_platform = %w[ i386-mswin32 i386-mingw32 ]
258258 ext . ext_dir = 'ext/json/ext/generator'
259259 ext . lib_dir = 'lib/json/ext'
260260 end
You can’t perform that action at this time.
0 commit comments