diff options
| author | 2017-05-24 10:04:20 +0100 | |
|---|---|---|
| committer | 2017-05-24 11:04:20 +0200 | |
| commit | f5d172c869295ef9fff2e3de524690e523dc5d42 (patch) | |
| tree | a85ed69ce7bf9234729e4e99028337c1ae3c6829 /src/modules/python/libkvipython.cpp | |
| parent | appveyor: fix zlib VS version (diff) | |
| download | KVIrc-f5d172c869295ef9fff2e3de524690e523dc5d42.tar.gz KVIrc-f5d172c869295ef9fff2e3de524690e523dc5d42.tar.bz2 KVIrc-f5d172c869295ef9fff2e3de524690e523dc5d42.zip | |
Build also in debug mode for windows (#2192)
* Build also in debug mode for windows
See #2191
* Don't mix /Od and -O2 on windows build. -O2 comes from perl
* Reindent perlcore CMakeLists
* Fix debug python build on windows
* Rearrange environment vars in appveyor
* Try to publish pdb files too
* install qts and kvirc's debug pdbs in debug config
* use TARGET_PDB_FILE instead
Diffstat (limited to 'src/modules/python/libkvipython.cpp')
| -rw-r--r-- | src/modules/python/libkvipython.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/python/libkvipython.cpp b/src/modules/python/libkvipython.cpp index 4a44370b8..0af0eec34 100644 --- a/src/modules/python/libkvipython.cpp +++ b/src/modules/python/libkvipython.cpp @@ -29,7 +29,7 @@ #ifdef COMPILE_PYTHON_SUPPORT #include "../pythoncore/pythoncoreinterface.h" -#include <Python.h> +#include "../pythoncore/pythonheaderwrapper.h" static KviModule * g_pPythonCoreModule = nullptr; |
