You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: swig/python/modify_cpp_files.cmake
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,11 @@ string(REPLACE "if (--interpreter_counter != 0) // another sub-interpreter may s
62
62
_CONTENTS"${_CONTENTS}")
63
63
64
64
# Works around https://github.com/swig/swig/issues/3061
65
+
# For SWIG 4.3.0:
65
66
string(REPLACE"# define SWIG_HEAPTYPES""// Below is disabled because of https://github.com/swig/swig/issues/3061\n// # define SWIG_HEAPTYPES"
66
67
_CONTENTS"${_CONTENTS}")
68
+
# For SWIG 4.3.1:
69
+
string(REPLACE"#define SWIG_HEAPTYPES""// Below is disabled because of https://github.com/swig/swig/issues/3061\n// # define SWIG_HEAPTYPES"
0 commit comments