summaryrefslogtreecommitdiffstats
path: root/src/gbm/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2018-02-23 17:02:08 +0000
committerEric Engestrom <[email protected]>2018-02-26 13:50:59 +0000
commit11d45304fd20bbdf07222830e76d3f9977e803b4 (patch)
tree8e5e9b3f516c5bcdd222677f1b8ccdd6b8b61052 /src/gbm/meson.build
parentef308d40070014b92aaf07a228edc73bd2e85570 (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/gbm/meson.build')
-rw-r--r--src/gbm/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gbm/meson.build b/src/gbm/meson.build
index 2f5d1c6ddd7..13fa3a1f84c 100644
--- a/src/gbm/meson.build
+++ b/src/gbm/meson.build
@@ -74,6 +74,7 @@ if with_tests
test(
'gbm-symbols-check',
find_program('gbm-symbols-check'),
+ env : env_test,
args : libgbm
)
endif