Closed chaosct closed 7 years ago
It seems that SWIG needs -modern flag to drop support for old versions (<2.2) of python and produce correct code.
-modern
I've added this in the Makefile
I'd prefer "LANGFLAGS" or "LANG_FLAGS" as opposed to "EXTRA_LANG" as I feel those are a little clearer as to it's function.
Thanks for this. I renamed EXTRA_LANG to SWIG_FLAGS.
EXTRA_LANG
SWIG_FLAGS
It seems that SWIG needs
-modern
flag to drop support for old versions (<2.2) of python and produce correct code.I've added this in the Makefile