tici: fix GL linking (#20626)

* fix GL linking on tici

* gles

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 015973474e
commatwo_master
Adeeb Shihadeh 4 years ago committed by GitHub
parent 7955ba0a5f
commit 530b8eb26d
  1. 2
      selfdrive/common/SConscript

@ -28,6 +28,8 @@ if arch == "aarch64":
'touch.c',
]
_gpu_libs = ['gui', 'adreno_utils']
elif arch == "larch64":
_gpu_libs = ["GLESv2"]
else:
_gpu_libs = ["GL"]

Loading…
Cancel
Save