mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 18:40:42 +01:00
egl: Use the .def file for Windows
Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed By: Bill Kristiansen <billkris@microsoft.com> Acked-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12727>
This commit is contained in:
parent
e775b07c17
commit
eb7d150743
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ libegl = shared_library(
|
|||
version : egl_lib_version,
|
||||
soversion : egl_lib_soversion,
|
||||
name_prefix : 'lib', # even on windows
|
||||
vs_module_defs : 'main/egl.def'
|
||||
)
|
||||
|
||||
if not with_glvnd
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue