From dd35b33d6cd18bced935927b57fbba61ea0eacfa Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Sat, 22 Jan 2022 23:23:35 +0300 Subject: [PATCH] vrclient: Update clang path in gen_wrapper.py to 13.0.0. --- vrclient_x64/gen_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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