summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2009-11-18 16:03:44 +0100
committerFlorian Frank <flori@ping.de>2009-11-18 16:03:44 +0100
commit31132c364e92eb887f7d1c4178f71930a8e35c5d (patch)
treeeca6c550b1087d2d4ea282ed9c31e2a080538c70
parented5ba79525c1c957483b3378f1956b58d55faf27 (diff)
downloadjson-31132c364e92eb887f7d1c4178f71930a8e35c5d.tar.gz
skip the... and
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index b1ff0ce..b74f237 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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
@@ -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