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

Corrected dependency for 'compile' task

parent 5999c260
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ Rake::ExtensionTask.new("fox16", hoe.spec) do |ext|
end
# Make the compile task's list of dependencies begin with the :configure task
Rake::Task['compile'].prerequisites.unshift :configure
Rake::Task['compile'].prerequisites.unshift("fxruby:configure")
# Set environment variable SWIG_LIB to
# c:/ruby-1.8.6-p383-preview2/devkit/msys/1.0.11/usr/local/share/swig/1.3.22
......@@ -192,4 +192,4 @@ namespace :fxruby do
task :generate_kwargs_lib do
ruby 'scripts/generate_kwargs_lib.rb'
end
end
\ No newline at end of file
end
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