mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-08-12 08:49:38 +03:00
vrclient: Update clang path in gen_wrapper.py to 15.
This commit is contained in:
parent
d17b3d78f6
commit
d4e88ee8d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue