nanovg icon indicating copy to clipboard operation
nanovg copied to clipboard

Define missing `NANOVG_GLEW` for Linux configurations

Open merkys opened this issue 5 months ago • 0 comments

When building nanovg on Debian unstable with -Werror=implicit-function-declaration in CFLAGS, three of the examples fail to build due to undefined functions. It seems that NANOVG_GLEW definition is missing in Linux configurations of these three examples despite being present in Windows configurations. This PR fixes the issue by adding NANOVG_GLEW to Linux configurations for these three examples.

merkys avatar Mar 19 '24 06:03 merkys