mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
IDAPython for IDA 7.4 SP1
This commit is contained in:
+1
-1
@@ -1966,7 +1966,7 @@ bool IDAPython_Init(void)
|
||||
{
|
||||
*lastslash = 0;
|
||||
#ifdef PY3
|
||||
qvector<wchar_t> buf;
|
||||
static qvector<wchar_t> buf;
|
||||
Py_SetPythonHome(utf8_wchar_t(&buf, pyhomepath));
|
||||
#else
|
||||
Py_SetPythonHome(pyhomepath);
|
||||
|
||||
Reference in New Issue
Block a user