2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-08-31 06:35:23 +00:00

vrclient: Update clang path in gen_wrapper.py to 13.0.0.

This commit is contained in:
Paul Gofman
2022-01-22 23:23:35 +03:00
committed by Arkadiusz Hiler
parent aafc2191a2
commit dd35b33d6c

View File

@@ -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