diff --git a/lsteamclient/gen_wrapper.py b/lsteamclient/gen_wrapper.py index 384dfeaa..604b0c20 100755 --- a/lsteamclient/gen_wrapper.py +++ b/lsteamclient/gen_wrapper.py @@ -5,7 +5,7 @@ from __future__ import print_function -CLANG_PATH='/usr/lib/clang/13.0.0' +CLANG_PATH='/usr/lib/clang/13.0.1' from clang.cindex import CursorKind, Index, Type, TypeKind import pprint