Skip to content
Snippets Groups Projects
Commit 3771feef authored by Lyle Johnson's avatar Lyle Johnson
Browse files

Modified the config_options for the ExtensionTask to point to the full DOS...

Modified the config_options for the ExtensionTask to point to the full DOS path for FOX installation
parent d59da7d2
No related branches found
No related tags found
No related merge requests found
......@@ -218,6 +218,10 @@ task :generate_kwargs_lib do
end
Rake::ExtensionTask.new("fox16") do |ext|
# ext.config_options << "--with-fox-include=/usr/local/include/fox-1.6"
# ext.config_options << "--with-fox-lib=/usr/local/lib"
ext.config_options << "--with-fox-include=c:/ruby-1.8.6-p383-preview2/devkit/msys/1.0.11/usr/local/include/fox-1.6"
ext.config_options << "--with-fox-lib=c:/ruby-1.8.6-p383-preview2/devkit/msys/1.0.11/usr/local/lib"
end
task :build => [:configure, :compile]
\ No newline at end of file
task :build => [:configure, :compile]
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