From 101ebefd409faa9c5e497421e3debb28b59c83f5 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Thu, 20 Nov 2003 21:14:12 +0000 Subject: [PATCH] changed -c to -noruntime git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5354 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/python/import/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Examples/python/import/Makefile b/SWIG/Examples/python/import/Makefile index 8a643dfa2..1095652ac 100644 --- a/SWIG/Examples/python/import/Makefile +++ b/SWIG/Examples/python/import/Makefile @@ -1,6 +1,6 @@ TOP = ../.. SWIG = $(TOP)/../swig -SWIGOPT = -c +SWIGOPT = -noruntime RUNTIMEDIR = $(TOP)/../Runtime/.libs all::