removed unknown -contract flag which was causing swig to fail
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6086 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d86b421950
commit
50bad2ac6c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ SRCS = example.c
|
|||
TARGET = my_tclsh
|
||||
DLTARGET = example
|
||||
INTERFACE = example.i
|
||||
SWIGOPT = -contracts
|
||||
SWIGOPT =
|
||||
|
||||
all::
|
||||
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue