Closed benbot closed 8 months ago
i noticed that when I was trying to build for wayland, the linker was looking for libegl.so, but my system only had libEGL.so.
libegl.so
libEGL.so
THEN, i noticed that android builds look for libEGL and not libegl, so I figure the latter must be a typo.
libEGL
libegl
Looks like a typo indeed. Thanks!
i noticed that when I was trying to build for wayland, the linker was looking for
libegl.so
, but my system only hadlibEGL.so
.THEN, i noticed that android builds look for
libEGL
and notlibegl
, so I figure the latter must be a typo.