diff --git a/vrclient_x64/gen_wrapper.py b/vrclient_x64/gen_wrapper.py index 61c042b9..df7831ee 100755 --- a/vrclient_x64/gen_wrapper.py +++ b/vrclient_x64/gen_wrapper.py @@ -5,7 +5,7 @@ from __future__ import print_function -CLANG_PATH='/usr/lib/clang/10.0.1' +CLANG_PATH='/usr/lib/clang/13.0.0' from clang.cindex import CursorKind, Index, Type, TypeKind import pprint