From ff96f4b6bde99a76115fd03e4f60edd39332aa53 Mon Sep 17 00:00:00 2001
From: Lyle Johnson <lyle@lylejohnson.name>
Date: Thu, 15 Oct 2009 15:01:28 -0500
Subject: [PATCH] Modified the Rakefile so that it runs swig-1.3.22 instead of
 swig

---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index f61ed79..97c55eb 100755
--- a/Rakefile
+++ b/Rakefile
@@ -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 = {
-- 
GitLab