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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user