mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
vrclient: Update clang path in gen_wrapper.py to 15.
This commit is contained in:
parent
33b0da5fb1
commit
967b7878e5
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function
|
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
|
from clang.cindex import CursorKind, Index, Type, TypeKind
|
||||||
import pprint
|
import pprint
|
||||||
|
Loading…
Reference in New Issue
Block a user