diff --git a/Rakefile b/Rakefile index 9fecc3cf6a02f39652439ecd1649d2113f53fdf6..9a4f33eae80457144576dea093d22dd362a3deaa 100755 --- a/Rakefile +++ b/Rakefile @@ -44,7 +44,7 @@ task :test => [:compile] Rake::ExtensionTask.new("fox16", hoe.spec) do |ext| ext.cross_compile = true - ext.cross_platform = ['i386-mswin32', 'i386-mingw32'] + ext.cross_platform = ['i386-mingw32'] ext.cross_config_options += [ "--with-fxscintilla-include=#{STATIC_INSTALLDIR}/include/fxscintilla", "--with-installed-dir=#{STATIC_INSTALLDIR}",