[lldb/SWIG] Undo incorrect substitution

The Python directory for the script interpreter is still capitalized.
This commit is contained in:
Jonas Devlieghere 2020-01-09 09:54:46 -08:00
parent 2fe45e029d
commit 7bbd4076c1

View 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;