From d4e88ee8d96d1cb10ce27a7ddf8c4de93a9b753c Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Thu, 23 Feb 2023 19:34:28 -0600 Subject: [PATCH] vrclient: Update clang path in gen_wrapper.py to 15. --- 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 df7831ee..fd79901e 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/13.0.0' +CLANG_PATH='/usr/lib/clang/15' from clang.cindex import CursorKind, Index, Type, TypeKind import pprint