mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-06 00:36:25 +08:00
tici: fix GL linking (#20626)
* fix GL linking on tici * gles Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: 015973474e0ff72f9704d979966e2d59e69ede30
This commit is contained in:
@@ -28,6 +28,8 @@ if arch == "aarch64":
|
||||
'touch.c',
|
||||
]
|
||||
_gpu_libs = ['gui', 'adreno_utils']
|
||||
elif arch == "larch64":
|
||||
_gpu_libs = ["GLESv2"]
|
||||
else:
|
||||
_gpu_libs = ["GL"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user