Skip to content

Commit

Permalink
skip the... and
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Nov 18, 2009
1 parent ed5ba79 commit 31132c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
ext.name = 'parser'
ext.gem_spec = spec_ext
ext.cross_compile = true
ext.cross_platform = %w[i386-mswin32 and i386-mingw32]
ext.cross_platform = %w[i386-mswin32 i386-mingw32]
ext.ext_dir = 'ext/json/ext/parser'
ext.lib_dir = 'lib/json/ext'
end
Expand All @@ -254,7 +254,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
ext.name = 'generator'
ext.gem_spec = spec_ext
ext.cross_compile = true
ext.cross_platform = %w[i386-mswin32 and i386-mingw32]
ext.cross_platform = %w[i386-mswin32 i386-mingw32]
ext.ext_dir = 'ext/json/ext/generator'
ext.lib_dir = 'lib/json/ext'
end
Expand Down

0 comments on commit 31132c3

Please sign in to comment.