raylib on device (#34126)

* setup

* tp

* more

* device
This commit is contained in:
Maxime Desroches
2024-11-28 15:59:27 -08:00
committed by GitHub
parent 4226ef5a66
commit ce948f7362
9 changed files with 1576 additions and 365 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ mac_frameworks = []
if arch == "Darwin":
mac_frameworks += ['OpenCL', 'CoreVideo', 'Cocoa', 'GLUT', 'CoreFoundation', 'OpenGL', 'IOKit']
elif arch == 'larch64':
linked_libs += []
linked_libs += ['GLESv2', 'GL', 'EGL', 'wayland-client', 'wayland-egl']
else:
linked_libs += ['OpenCL', 'dl', 'pthread']