Skip to content

Commit 1781cca

Browse files
committed
Don't set Python debug lib on Windows
1 parent 95ddad7 commit 1781cca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mapscript/mapscript.i

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
============================================================================
3131
*/
3232

33+
%begin %{
34+
#ifdef _MSC_VER
35+
#define SWIG_PYTHON_INTERPRETER_NO_DEBUG
36+
#endif
37+
%}
38+
3339
#ifndef SWIGPHPNG
3440
%module mapscript
3541
#else

0 commit comments

Comments
 (0)