floooh / sokol-zig

Zig bindings for the sokol headers (https://github.com/floooh/sokol)
zlib License
341 stars 46 forks source link

changed egl to EGL #59

Closed benbot closed 5 months ago

benbot commented 5 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.

THEN, i noticed that android builds look for libEGL and not libegl, so I figure the latter must be a typo.

floooh commented 5 months ago

Looks like a typo indeed. Thanks!