Added -feature to ruby/Makefile.swig template
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1027 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
404d161742
commit
6c052b692b
1 changed files with 2 additions and 2 deletions
|
|
@ -16,11 +16,11 @@ RUBY = ruby
|
|||
SWIG = swig
|
||||
|
||||
# for C extension
|
||||
SWIGOPT = -ruby
|
||||
SWIGOPT = -ruby -feature $(FEATURE)
|
||||
WRAPPER = $(MODULE)_wrap.c
|
||||
|
||||
## for C++ extension
|
||||
#SWIGOPT = -ruby -c++
|
||||
#SWIGOPT = -ruby -c++ -feature $(FEATURE)
|
||||
#WRAPPER = $(MODULE)_wrap.cc
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue