From 5f259d722b077260deb3accb635af853cfc58186 Mon Sep 17 00:00:00 2001 From: Lars Kanis <kanis@comcard.de> Date: Tue, 21 Feb 2012 12:32:57 +0100 Subject: [PATCH] don't complain about missing fox-headers in cross compilation --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index da72bc5..a64e411 100755 --- a/Rakefile +++ b/Rakefile @@ -46,6 +46,7 @@ Rake::ExtensionTask.new("fox16", hoe.spec) do |ext| ext.cross_compile = true ext.cross_platform = ['i386-mingw32'] ext.cross_config_options += [ + "--with-fox-include=#{STATIC_INSTALLDIR}/include/fox-1.6", "--with-fxscintilla-include=#{STATIC_INSTALLDIR}/include/fxscintilla", "--with-installed-dir=#{STATIC_INSTALLDIR}", "--enable-win32-static-build", -- GitLab