summaryrefslogtreecommitdiff
path: root/tegra
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-10-04 09:37:31 +0100
committerEric Engestrom <eric.engestrom@intel.com>2019-10-04 09:43:00 +0100
commitdddeff5028e1f3f34f67846c12876cd189c61bd1 (patch)
treeb7873a97a2026dabe349cfc756e0cb434e795897 /tegra
parent9b1e0842538626303e3873c8bff4a483da1374e7 (diff)
downloaddrm-dddeff5028e1f3f34f67846c12876cd189c61bd1.tar.gz
*-symbols-check: let meson figure out how to execute the scripts
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'tegra')
-rw-r--r--tegra/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tegra/meson.build b/tegra/meson.build
index 4bc454b6..ce56ddcf 100644
--- a/tegra/meson.build
+++ b/tegra/meson.build
@@ -47,7 +47,7 @@ pkg.generate(
test(
'tegra-symbol-check',
- prog_bash,
+ find_program('tegra-symbol-check'),
env : env_test,
- args : [files('tegra-symbol-check'), libdrm_tegra]
+ args : libdrm_tegra,
)