adapt paths for include and lib dirs

This commit is contained in:
2021-02-05 10:34:24 +00:00
parent bfb69cc441
commit bf1801500e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include "PyScModule.h"
#define PY_SSIZE_T_CLEAN
#include <python3.6/Python.h>
#include <Python.h>
class TPyScriptThreadLocker {
PyGILState_STATE m_state;