mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-07 05:30:25 +01:00
mapi: fix .so path in ABI-check
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
38f338c19a
commit
5d4ffb9970
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ set -eu
|
|||
# or in extensions that are part of the ES 1.1 extension pack.
|
||||
# (see http://www.khronos.org/registry/gles/specs/1.1/opengles_spec_1_1_extension_pack.pdf)
|
||||
|
||||
LIB=${1-.libs/libGLESv1_CM.so.1}
|
||||
LIB=${1-es1api/.libs/libGLESv1_CM.so.1}
|
||||
|
||||
if ! [ -f "$LIB" ]
|
||||
then
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ set -eu
|
|||
# GL_EXT_multi_draw_arrays
|
||||
# GL_OES_EGL_image
|
||||
|
||||
LIB=${1-.libs/libGLESv2.so.2}
|
||||
LIB=${1-es2api/.libs/libGLESv2.so.2}
|
||||
|
||||
if ! [ -f "$LIB" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue