mirror of https://github.com/KLayout/klayout.git
Fixed MSVC build error.
This commit is contained in:
parent
86e041cd51
commit
3bf45f3638
|
|
@ -207,7 +207,7 @@ PythonInterpreter::PythonInterpreter (bool embedded)
|
|||
|
||||
tl_assert (sizeof (wchar_t) == 2);
|
||||
|
||||
Py_SetPythonHome (L""); // really ignore $PYTHONHOME + without this, we get dummy error message about lacking path for libraries
|
||||
Py_SetPythonHome ((wchar_t *) L""); // really ignore $PYTHONHOME + without this, we get dummy error message about lacking path for libraries
|
||||
|
||||
const wchar_t *python_path = _wgetenv (L"KLAYOUT_PYTHONPATH");
|
||||
if (python_path) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue