Skip to content

opengl: implicitly define the libdl dependency on Windows

Hendrik Leppkes requested to merge h.leppkes/libplacebo:libdl-win into master

libdl is not present on Windows, instead the functionality is always available, and glad2 (which this is used for) uses proper Windows loading functions as needed.

Merge request reports