From 31a1ed92a5bf7dc793f3db9f045769a6d18f1844 Mon Sep 17 00:00:00 2001 From: Lyle Johnson <lyle@lylejohnson.name> Date: Tue, 15 Sep 2009 10:54:22 -0500 Subject: [PATCH] Replace SWIG=C:/Program Files/Git/local/bin/swig with just SWIG=swig --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 34fca0b..ef3f731 100755 --- a/Rakefile +++ b/Rakefile @@ -221,7 +221,7 @@ end # 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 = "/usr/local/bin/swig" + SWIG = "swig" SWIGFLAGS = "-fcompact -noruntime -c++ -ruby -no_default -I../fox-includes" SWIG_LIB = `#{SWIG} -swiglib`.chomp SWIG_MODULES = { -- GitLab