Remove the PY3BUILTIN switch as its behavior can be achieved with the existing SWIG_FEATURES=-builtin switch.
This commit is contained in:
parent
779ed2cd7a
commit
6fca1ee0b0
1 changed files with 1 additions and 5 deletions
|
|
@ -292,11 +292,7 @@ PYTHON_SO = @PYTHON_SO@
|
|||
ifeq (,$(PY3))
|
||||
SWIGPYTHON = $(SWIG) -python
|
||||
else
|
||||
ifeq (,$(PY3BUILTIN))
|
||||
SWIGPYTHON = $(SWIG) -python -py3
|
||||
else
|
||||
SWIGPYTHON = $(SWIG) -python -py3 -builtin
|
||||
endif
|
||||
SWIGPYTHON = $(SWIG) -python -py3
|
||||
endif
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue