Skip to content

Conversation

@damyanp
Copy link

@damyanp damyanp commented Dec 20, 2025

winapi explicitly doesn't link with opengl32.lib on all supported Windows platforms (aarch64 and thumbv7a). Presumably this dates back to when these Windows platforms didn't support OpenGL. Since that's no longer the case, and baseview won't be able to link successfully if the opengl feature is enabled and opengl32.lib isn't linked, this change makes it explicitly link opengl32.lib.

winapi explicitly doesn't link with opengl32.lib on all supported
Windows platforms (aarch64 and thumbv7a). Presumably this dates back to
when these Windows platforms didn't support OpenGL. Since that's no
longer the case, and baseview won't be able to link successfully if the
opengl feature is enabled and opengl32.lib isn't linked, this change
makes it explicitly link opengl32.lib.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant