Skip to content

Fix installation and compilation issues

Hoogenboom requested to merge jerryhoogenboom/tssv:master into master

Two issues are fixed in this Merge Request:

  • b5c51ad3 fixes a compilation error that occurs when using the default C compiler on Windows (MSVC 9.0)
  • fcfb98dc fixes the issue of Setuptools running SWIG too late in the build process (when installing with the command python setup.py install)

Merge request reports