Skip to content

Commit 7bbd407

Browse files
committed
[lldb/SWIG] Undo incorrect substitution
The Python directory for the script interpreter is still capitalized.
1 parent 2fe45e0 commit 7bbd407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/bindings/python.swig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def lldb_iter(obj, getsize, getelem):
116116
%include "./headers.swig"
117117

118118
%{
119-
#include "../source/Plugins/ScriptInterpreter/python/PythonDataObjects.h"
119+
#include "../source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h"
120120
#include "../bindings/python/python-swigsafecast.swig"
121121
using namespace lldb_private;
122122
using namespace lldb_private::python;

0 commit comments

Comments
 (0)