aboutsummaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/python/pyruntime.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/python/pyruntime.swg b/Lib/python/pyruntime.swg
index b0c4f5741..fad97be9f 100644
--- a/Lib/python/pyruntime.swg
+++ b/Lib/python/pyruntime.swg
@@ -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>