mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
meson: pass correct args to gles2 ABI test
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
8a3022ffa0
commit
3ba973fe37
1 changed files with 4 additions and 1 deletions
|
|
@ -50,5 +50,8 @@ pkg.generate(
|
|||
)
|
||||
|
||||
if with_tests
|
||||
test('es2-ABI-check', find_program('ABI-check'))
|
||||
test('es2-ABI-check',
|
||||
find_program('ABI-check'),
|
||||
args : libgles2
|
||||
)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue