mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 03:20:40 +02:00
meson: fix generated source inclusion on macOS and Windows
Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
cdb3eb7174
commit
bb5d663b39
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ static_glapi_files = []
|
|||
static_glapi_args = []
|
||||
|
||||
if ['apple', 'windows'].contains(with_dri_platform)
|
||||
static_glapi_files += files('glapi_gentable.c')
|
||||
static_glapi_files += [glapi_gentable_c, glapitable_h]
|
||||
endif
|
||||
|
||||
if with_shared_glapi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue