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

Modified the Rakefile so that it runs swig-1.3.22 instead of swig

parent e9b3dcbc
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ Rake::Task['compile'].prerequisites.unshift("fxruby:configure")
# c:/ruby-1.8.6-p383-preview2/devkit/msys/1.0.11/usr/local/share/swig/1.3.22
# before running swig on MinGW.
namespace :swig do
SWIG = "swig"
SWIG = "swig-1.3.22"
SWIGFLAGS = "-fcompact -noruntime -c++ -ruby -no_default -I../fox-includes"
SWIG_LIB = `#{SWIG} -swiglib`.chomp
SWIG_MODULES = {
......
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