Skip to content
Snippets Groups Projects
Commit 5f259d72 authored by Lars Kanis's avatar Lars Kanis
Browse files

don't complain about missing fox-headers in cross compilation

parent 94b0663c
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment