We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73bf5f commit 71178bbCopy full SHA for 71178bb
lldb/tools/driver/Driver.cpp
@@ -504,7 +504,7 @@ void SetupPythonRuntimeLibrary() {
504
llvm::errs() << "error: unable to find "
505
<< LLDB_PYTHON_RUNTIME_LIBRARY_FILENAME << ".\n";
506
return;
507
-#elifdef LLDB_PYTHON_DLL_RELATIVE_PATH
+#elif defined(LLDB_PYTHON_DLL_RELATIVE_PATH)
508
if (!AddPythonDLLToSearchPath())
509
llvm::errs() << "error: unable to find the Python runtime library.\n";
510
#endif
0 commit comments