From a17805ce3ebeebbc94adefb5c57f091190ccfe47 Mon Sep 17 00:00:00 2001 From: Charlie Savage Date: Sat, 14 Jan 2006 22:12:40 +0000 Subject: [PATCH] Added option to send to SWIG that controls whether the new rename mechanism for Ruby is used. By default it is turned off. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8438 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/ruby/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Examples/test-suite/ruby/Makefile.in b/SWIG/Examples/test-suite/ruby/Makefile.in index 80ae4c427..e1001eca9 100644 --- a/SWIG/Examples/test-suite/ruby/Makefile.in +++ b/SWIG/Examples/test-suite/ruby/Makefile.in @@ -25,7 +25,7 @@ C_TEST_CASES += \ include $(srcdir)/../common.mk # Overridden variables here -# none! +SWIGOPT += -norename # Rules for the different types of tests %.cpptest: