From 314c1fa6c8cce270230b2f5f1272fe0085452412 Mon Sep 17 00:00:00 2001
From: Lars Kanis <kanis@comcard.de>
Date: Thu, 26 Jan 2012 09:25:01 +0100
Subject: [PATCH] Cross compile for mingw32 only, since i386-mswin32 isn't in
 wide use anymore

---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index 9fecc3c..9a4f33e 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}",
-- 
GitLab