[lldb/SWIG] Undo incorrect substitution
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 9 Jan 2020 17:54:46 +0000 (09:54 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 9 Jan 2020 17:55:39 +0000 (09:55 -0800)
The Python directory for the script interpreter is still capitalized.

lldb/bindings/python.swig

index 56fab9f..b086d43 100644 (file)
@@ -116,7 +116,7 @@ def lldb_iter(obj, getsize, getelem):
 %include "./headers.swig"
 
 %{
-#include "../source/Plugins/ScriptInterpreter/python/PythonDataObjects.h"
+#include "../source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h"
 #include "../bindings/python/python-swigsafecast.swig"
 using namespace lldb_private;
 using namespace lldb_private::python;