Skip to content

Win: always link with opengl32.lib#217

Closed
damyanp wants to merge 1 commit intoRustAudio:masterfrom
damyanp:link_windows
Closed

Win: always link with opengl32.lib#217
damyanp wants to merge 1 commit intoRustAudio:masterfrom
damyanp:link_windows

Conversation

@damyanp
Copy link
Copy Markdown

@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.
@prokopyl
Copy link
Copy Markdown
Member

prokopyl commented May 4, 2026

I'll be closing this in favor of #218. 🙂

@prokopyl prokopyl closed this May 4, 2026
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.

2 participants