From 7bbd4076c1984165568c978ff15b77dbfe52b6f0 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 9 Jan 2020 09:54:46 -0800 Subject: [PATCH] [lldb/SWIG] Undo incorrect substitution The Python directory for the script interpreter is still capitalized. --- lldb/bindings/python.swig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/bindings/python.swig b/lldb/bindings/python.swig index 56fab9f..b086d43 100644 --- a/lldb/bindings/python.swig +++ b/lldb/bindings/python.swig @@ -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; -- 2.7.4