From f5d172c869295ef9fff2e3de524690e523dc5d42 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 24 May 2017 10:04:20 +0100 Subject: 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 --- src/modules/python/libkvipython.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/python') 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 +#include "../pythoncore/pythonheaderwrapper.h" static KviModule * g_pPythonCoreModule = nullptr; -- cgit v1.3.1-10-gc9f91