Skip to content

Commit

Permalink
Merge pull request #5880 from geographika/python-msvc-debug
Browse files Browse the repository at this point in the history
Don't set Python debug lib on Windows
  • Loading branch information
rouault committed Sep 30, 2019
2 parents 107e3a7 + 1781cca commit 7506203
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mapscript/mapscript.i
Expand Up @@ -30,6 +30,12 @@
============================================================================
*/

%begin %{
#ifdef _MSC_VER
#define SWIG_PYTHON_INTERPRETER_NO_DEBUG
#endif
%}

#ifndef SWIGPHPNG
%module mapscript
#else
Expand Down

0 comments on commit 7506203

Please sign in to comment.