We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35368eb commit ed5ba79Copy full SHA for ed5ba79
1 file changed
Rakefile
@@ -245,7 +245,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
245
ext.name = 'parser'
246
ext.gem_spec = spec_ext
247
ext.cross_compile = true
248
- ext.cross_platform = 'i386-mswin32'
+ ext.cross_platform = %w[i386-mswin32 and i386-mingw32]
249
ext.ext_dir = 'ext/json/ext/parser'
250
ext.lib_dir = 'lib/json/ext'
251
end
@@ -254,7 +254,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
254
ext.name = 'generator'
255
256
257
258
ext.ext_dir = 'ext/json/ext/generator'
259
260
0 commit comments