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

Replace SWIG=C:/Program Files/Git/local/bin/swig with just SWIG=swig

parent 7ee770ec
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
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