summaryrefslogtreecommitdiff
path: root/tegra/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tegra/meson.build')
-rw-r--r--tegra/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tegra/meson.build b/tegra/meson.build
index 5325ed74..11ce217b 100644
--- a/tegra/meson.build
+++ b/tegra/meson.build
@@ -59,6 +59,6 @@ test(
args : [
'--lib', libdrm_tegra,
'--symbols-file', files('tegra-symbols.txt'),
- '--nm', prog_nm.path(),
+ '--nm', prog_nm.full_path(),
],
)