mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
glapi: add missing visibility args
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108829 Fixes:3218056e0e"meson: Build i965 and dri stack" Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit896c59d690)
This commit is contained in:
parent
35379ec233
commit
841ae70a23
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ libglapi = shared_library(
|
|||
'glapi',
|
||||
[files_mapi_glapi, files_mapi_util, shared_glapi_mapi_tmp_h],
|
||||
c_args : [
|
||||
c_msvc_compat_args, '-DMAPI_MODE_GLAPI',
|
||||
c_msvc_compat_args, c_vis_args, '-DMAPI_MODE_GLAPI',
|
||||
'-DMAPI_ABI_HEADER="@0@"'.format(shared_glapi_mapi_tmp_h.full_path()),
|
||||
],
|
||||
link_args : [ld_args_gc_sections],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue