summaryrefslogtreecommitdiff
path: root/tegra/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tegra/meson.build')
-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,
)