summaryrefslogtreecommitdiff
path: root/src/mapi/es2api/ABI-check
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-10-31 18:47:00 +0000
committerEric Engestrom <eric.engestrom@imgtec.com>2017-11-01 15:43:46 +0000
commit5d4ffb997059fc22bd0463e648831322f939ade6 (patch)
tree399d2b92ccf1f0e7131267b6a5c88662893fe861 /src/mapi/es2api/ABI-check
parent38f338c19a7803a218a9b3249c4d6b2600edd75a (diff)
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>
Diffstat (limited to 'src/mapi/es2api/ABI-check')
-rwxr-xr-xsrc/mapi/es2api/ABI-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/es2api/ABI-check b/src/mapi/es2api/ABI-check
index 2c2764e7fb..835882c954 100755
--- a/src/mapi/es2api/ABI-check
+++ b/src/mapi/es2api/ABI-check
@@ -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