Home
last modified time | relevance | path

Searched refs:g_python_home (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp99 static std::string g_python_home = []() -> std::string { in InitializePythonRAII() local
109 if (!g_python_home.empty()) { in InitializePythonRAII()
110 PyConfig_SetBytesString(&config, &config.home, g_python_home.c_str()); in InitializePythonRAII()