diff options
author | Eric Engestrom <[email protected]> | 2018-02-23 17:02:08 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-02-26 13:50:59 +0000 |
commit | 11d45304fd20bbdf07222830e76d3f9977e803b4 (patch) | |
tree | 8e5e9b3f516c5bcdd222677f1b8ccdd6b8b61052 /src/mapi/es2api/meson.build | |
parent | ef308d40070014b92aaf07a228edc73bd2e85570 (diff) |
*-symbol-check: use correct `nm` path when cross-compiling
Inspired-by: a similar patch for libdrm by Heiko Becker
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mapi/es2api/meson.build')
-rw-r--r-- | src/mapi/es2api/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/es2api/meson.build b/src/mapi/es2api/meson.build index 9f4770a7386..da5198ed6e8 100644 --- a/src/mapi/es2api/meson.build +++ b/src/mapi/es2api/meson.build @@ -55,6 +55,7 @@ if with_tests test( 'es2-ABI-check', find_program('ABI-check'), + env : env_test, args : libgles2 ) endif |