Skip to content

Commit 31132c3

Browse files
committed
skip the... and
1 parent ed5ba79 commit 31132c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)