mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-03 16:03:21 +00:00
[lldb/SWIG] Undo incorrect substitution
The Python directory for the script interpreter is still capitalized.
This commit is contained in:
parent
2fe45e029d
commit
7bbd4076c1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user