- 09 Oct, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 27 Aug, 2016 1 commit
-
-
Dean Moldovan authored
Fixes #365. `sysconfig.get_config_var('SO')` already returns the correct PYTHON_MODULE_EXTENSION, even for debug builds, so there is no need to add anything else manually.
-
- 08 Aug, 2016 1 commit
-
-
Christian Ewald authored
When run on windows in a venv, PYTHON_LIBRARY pointet to a non-existant location in the virtual environment directory. This has been fixed by testing if the path exists and, if not, trying an alternative path, relative to the PYTHON_INCLUDE_DIR. If the alternative path doesn't exit as well, an error will be raised.
-
- 12 Jun, 2016 1 commit
-
-
Dean Moldovan authored
Also: - Update documented result variables - Remove long-ago-deprecated variable
-
- 22 May, 2016 1 commit
-
-
Dean Moldovan authored
-