Fixed compile issues
This commit is contained in:
@@ -72,7 +72,7 @@ def main(argv):
|
||||
output = argv[2]
|
||||
|
||||
index = clang.cindex.Index.create()
|
||||
tu = index.parse(filename, ['-x', 'c++', '-std=c++2a', f'-Iecs/include', f'-Ibuild/_deps/stduuid-src/include', '-I/lib/gcc/x86_64-pc-linux-gnu/10.1.0/include'])
|
||||
tu = index.parse(filename, ['-x', 'c++', '-std=c++20', f'-Iecs/include', f'-Ibuild/_deps/stduuid-src/include', '-I/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include'])
|
||||
|
||||
components = build_components(tu.cursor, filename)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user