Use a less confusing macro name, SWIG_PYTHON_NO_DEBUG => SWIG_PYTHON_INTERPRETER_NO_DEBUG
This commit is contained in:
parent
5cdfc503e1
commit
7f95c7bb3e
11 changed files with 12 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
%insert(runtime) %{
|
||||
#if defined(_DEBUG) && defined(SWIG_PYTHON_NO_DEBUG)
|
||||
#if defined(_DEBUG) && defined(SWIG_PYTHON_INTERPRETER_NO_DEBUG)
|
||||
/* Use debug wrappers with the Python release dll */
|
||||
# undef _DEBUG
|
||||
# include <Python.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue